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

    Interface EmbeddedServiceMenuItem

    interface EmbeddedServiceMenuItem {
        channel?: string;
        channelType?: EmbeddedServiceChannelType;
        customUrl?: string;
        displayOrder?: number;
        embeddedServiceCustomLabels?: EmbeddedServiceCustomLabel[];
        iconUrl?: string;
        isDisplayedOnPageLoad: boolean;
        itemName: string;
        osOptionsHideInIOS?: boolean;
        osOptionsHideInLinuxOS?: boolean;
        osOptionsHideInMacOS?: boolean;
        osOptionsHideInOtherOS?: boolean;
        osOptionsHideInWindowsOS?: boolean;
        phoneNumber?: string;
        shouldOpenUrlInSameTab?: boolean;
    }
    Index

    Properties

    channel?: string
    customUrl?: string
    displayOrder?: number
    embeddedServiceCustomLabels?: EmbeddedServiceCustomLabel[]
    iconUrl?: string
    isDisplayedOnPageLoad: boolean
    itemName: string
    osOptionsHideInIOS?: boolean
    osOptionsHideInLinuxOS?: boolean
    osOptionsHideInMacOS?: boolean
    osOptionsHideInOtherOS?: boolean
    osOptionsHideInWindowsOS?: boolean
    phoneNumber?: string
    shouldOpenUrlInSameTab?: boolean