Layout: Metadata & {
    customButtons: string[];
    customConsoleComponents?: CustomConsoleComponents | null;
    emailDefault?: boolean | null;
    excludeButtons: string[];
    feedLayout?: FeedLayout | null;
    headers: string[];
    layoutSections: LayoutSection[];
    miniLayout?: MiniLayout | null;
    multilineLayoutFields: string[];
    platformActionList?: PlatformActionList | null;
    quickActionList?: QuickActionList | null;
    relatedContent?: RelatedContent | null;
    relatedLists: RelatedListItem[];
    relatedObjects: string[];
    runAssignmentRulesDefault?: boolean | null;
    showEmailCheckbox?: boolean | null;
    showHighlightsPanel?: boolean | null;
    showInteractionLogPanel?: boolean | null;
    showKnowledgeComponent?: boolean | null;
    showRunAssignmentRulesCheckbox?: boolean | null;
    showSolutionSection?: boolean | null;
    showSubmitAndAttachButton?: boolean | null;
    summaryLayout?: SummaryLayout | null;
}

Type declaration

  • customButtons: string[]
  • Optional customConsoleComponents?: CustomConsoleComponents | null
  • Optional emailDefault?: boolean | null
  • excludeButtons: string[]
  • Optional feedLayout?: FeedLayout | null
  • headers: string[]
  • layoutSections: LayoutSection[]
  • Optional miniLayout?: MiniLayout | null
  • multilineLayoutFields: string[]
  • Optional platformActionList?: PlatformActionList | null
  • Optional quickActionList?: QuickActionList | null
  • Optional relatedContent?: RelatedContent | null
  • relatedLists: RelatedListItem[]
  • relatedObjects: string[]
  • Optional runAssignmentRulesDefault?: boolean | null
  • Optional showEmailCheckbox?: boolean | null
  • Optional showHighlightsPanel?: boolean | null
  • Optional showInteractionLogPanel?: boolean | null
  • Optional showKnowledgeComponent?: boolean | null
  • Optional showRunAssignmentRulesCheckbox?: boolean | null
  • Optional showSolutionSection?: boolean | null
  • Optional showSubmitAndAttachButton?: boolean | null
  • Optional summaryLayout?: SummaryLayout | null