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

    Interface ChatterExtensionMetadata

    interface ChatterExtensionMetadata {
        compositionComponent: string;
        description: string;
        extensionName: string;
        fullName?: string;
        headerText?: string;
        hoverText?: string;
        icon: string;
        isProtected?: boolean;
        masterLabel: string;
        renderComponent: string;
        type: "Lightning";
    }

    Hierarchy (View Summary)

    Index

    Properties

    compositionComponent: string
    description: string
    extensionName: string
    fullName?: string
    headerText?: string
    hoverText?: string
    icon: string
    isProtected?: boolean
    masterLabel: string
    renderComponent: string
    type: "Lightning"