Type alias DescribeQuickActionResult
DescribeQuickActionResult: { accessLevelRequired?: string | null; actionEnumOrId: string; canvasApplicationId?: string | null; canvasApplicationName?: string | null; colors: DescribeColor[]; contextSobjectType?: string | null; defaultValues?: DescribeQuickActionDefaultValue[] | null; flowDevName?: string | null; flowRecordIdVar?: string | null; height?: number | null; iconName?: string | null; iconUrl?: string | null; icons: DescribeIcon[]; label: string; layout?: DescribeLayoutSection | null; lightningComponentBundleId?: string | null; lightningComponentBundleName?: string | null; lightningComponentQualifiedName?: string | null; miniIconUrl?: string | null; mobileExtensionDisplayMode?: string | null; mobileExtensionId?: string | null; name: string; showQuickActionLcHeader: boolean; showQuickActionVfHeader: boolean; targetParentField?: string | null; targetRecordTypeId?: string | null; targetSobjectType?: string | null; type: string; visualforcePageName?: string | null; visualforcePageUrl?: string | null; width?: number | null; } Type declaration
Optional
accessLevelRequired?: string | null
actionEnumOrId: string
Optional
canvasApplicationId?: string | null
Optional
canvasApplicationName?: string | null
Optional
contextSobjectType?: string | null
Optional
flowDevName?: string | null
Optional
flowRecordIdVar?: string | null
Optional
height?: number | null
Optional
iconName?: string | null
Optional
iconUrl?: string | null
label: string
Optional
lightningComponentBundleId?: string | null
Optional
lightningComponentBundleName?: string | null
Optional
lightningComponentQualifiedName?: string | null
Optional
miniIconUrl?: string | null
Optional
mobileExtensionDisplayMode?: string | null
Optional
mobileExtensionId?: string | null
name: string
showQuickActionLcHeader: boolean
showQuickActionVfHeader: boolean
Optional
targetParentField?: string | null
Optional
targetRecordTypeId?: string | null
Optional
targetSobjectType?: string | null
type: string
Optional
visualforcePageName?: string | null
Optional
visualforcePageUrl?: string | null
Optional
width?: number | null