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

    Interface EmbeddedServiceBrandingMetadata

    interface EmbeddedServiceBrandingMetadata {
        contrastInvertedColor?: string;
        contrastPrimaryColor?: string;
        embeddedServiceConfig: string;
        font?: string;
        fullName?: string;
        height?: number;
        masterLabel: string;
        navBarColor?: string;
        navBarTextColor?: string;
        primaryColor?: string;
        secondaryColor?: string;
        secondaryNavBarColor?: string;
        width?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contrastInvertedColor?: string
    contrastPrimaryColor?: string
    embeddedServiceConfig: string
    font?: string
    fullName?: string
    height?: number
    masterLabel: string
    navBarColor?: string
    navBarTextColor?: string
    primaryColor?: string
    secondaryColor?: string
    secondaryNavBarColor?: string
    width?: number