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

    Interface EmbeddedServiceMenuSettingsMetadata

    interface EmbeddedServiceMenuSettingsMetadata {
        branding?: string;
        embeddedServiceCustomizations?: EmbeddedServiceCustomization[];
        embeddedServiceCustomLabels?: EmbeddedServiceCustomLabel[];
        embeddedServiceMenuItems?: EmbeddedServiceMenuItem[];
        fullName?: string;
        isEnabled?: boolean;
        masterLabel?: string;
        site?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    branding?: string
    embeddedServiceCustomizations?: EmbeddedServiceCustomization[]
    embeddedServiceCustomLabels?: EmbeddedServiceCustomLabel[]
    embeddedServiceMenuItems?: EmbeddedServiceMenuItem[]
    fullName?: string
    isEnabled?: boolean
    masterLabel?: string
    site?: string