Type alias ActionOverride
ActionOverride: {
actionName?: string | null;
comment?: string | null;
content?: string | null;
formFactor?: string | null;
skipRecordTypeSelect?: boolean | null;
type?: string | null;
}
Type declaration
Optional actionName?: string | null
Optional comment?: string | null
Optional content?: string | null
Optional formFactor?: string | null
Optional skipRecordTypeSelect?: boolean | null
Optional type?: string | null