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

    Interface CustomTabMetadata

    interface CustomTabMetadata {
        actionOverrides?: ActionOverride[];
        auraComponent?: string;
        customObject?: boolean;
        description?: string;
        flexiPage?: string;
        frameHeight?: number;
        fullName?: string;
        hasSidebar?: boolean;
        icon?: string;
        label?: string;
        lwcComponent?: string;
        motif?: string;
        page?: string;
        scontrol?: string;
        splashPageLink?: string;
        url?: string;
        urlEncodingKey?: Encoding;
    }

    Hierarchy (View Summary)

    Index

    Properties

    actionOverrides?: ActionOverride[]
    auraComponent?: string
    customObject?: boolean
    description?: string
    flexiPage?: string
    frameHeight?: number
    fullName?: string
    hasSidebar?: boolean
    icon?: string
    label?: string
    lwcComponent?: string
    motif?: string
    page?: string
    scontrol?: string
    splashPageLink?: string
    url?: string
    urlEncodingKey?: Encoding