Type alias DescribeQuickActionDetailResult

DescribeQuickActionDetailResult: DescribeQuickActionResult & {
    canvasApplicationId: string | null;
    canvasApplicationName: string | null;
    colors: DescribeColor[];
    contextSobjectType: string | null;
    defaultValues: DescribeQuickActionDefaultValue[];
    flowDevName: string | null;
    flowRecordIdVar: string | null;
    height: number;
    iconName: string | null;
    iconUrl: string | null;
    icons: DescribeIcon[];
    layout: QuickActionLayout;
    lightningComponentBundleId: string | null;
    lightningComponentBundleName: string | null;
    lightningComponentQualifiedName: string | null;
    lightningWebComponentBundleId: string | null;
    lightningWebComponentBundleName: string | null;
    lightningWebComponentQualifiedName: string | null;
    miniIconUrl: string;
    mobileExtensionId: string | null;
    showQuickActionLcHeader: boolean;
    showQuickActionVfHeader: boolean;
    targetParentField: string | null;
    targetRecordTypeId: string | null;
    targetSobjectType: string;
    type: string;
    visualforcePageName: string | null;
    visualforcePageUrl: string | null;
    width: number | null;
}

Type declaration

  • canvasApplicationId: string | null
  • canvasApplicationName: string | null
  • colors: DescribeColor[]
  • contextSobjectType: string | null
  • defaultValues: DescribeQuickActionDefaultValue[]
  • flowDevName: string | null
  • flowRecordIdVar: string | null
  • height: number
  • iconName: string | null
  • iconUrl: string | null
  • icons: DescribeIcon[]
  • layout: QuickActionLayout
  • lightningComponentBundleId: string | null
  • lightningComponentBundleName: string | null
  • lightningComponentQualifiedName: string | null
  • lightningWebComponentBundleId: string | null
  • lightningWebComponentBundleName: string | null
  • lightningWebComponentQualifiedName: string | null
  • miniIconUrl: string
  • mobileExtensionId: string | null
  • showQuickActionLcHeader: boolean
  • showQuickActionVfHeader: boolean
  • targetParentField: string | null
  • targetRecordTypeId: string | null
  • targetSobjectType: string
  • type: string
  • visualforcePageName: string | null
  • visualforcePageUrl: string | null
  • width: number | null