vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface LayoutMetadata

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

    Hierarchy (View Summary)

    Index

    Properties

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