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

    Interface ChannelLayoutMetadata

    interface ChannelLayoutMetadata {
        doesExcludeFieldLabels?: boolean;
        doesExcludeFiles?: boolean;
        enabledChannels?: string[];
        fullName?: string;
        label: string;
        layoutItems?: ChannelLayoutItem[];
        recordType?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    doesExcludeFieldLabels?: boolean
    doesExcludeFiles?: boolean
    enabledChannels?: string[]
    fullName?: string
    label: string
    layoutItems?: ChannelLayoutItem[]
    recordType?: string