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

    Interface ServiceCloudConsoleConfig

    interface ServiceCloudConsoleConfig {
        componentList?: AppComponentList;
        detailPageRefreshMethod: string;
        footerColor?: string;
        headerColor?: string;
        keyboardShortcuts: KeyboardShortcuts;
        listPlacement: ListPlacement;
        listRefreshMethod: string;
        liveAgentConfig?: LiveAgentConfig;
        primaryTabColor?: string;
        pushNotifications?: PushNotification[];
        tabLimitConfig?: TabLimitConfig;
        whitelistedDomains?: string[];
    }
    Index

    Properties

    componentList?: AppComponentList
    detailPageRefreshMethod: string
    footerColor?: string
    headerColor?: string
    keyboardShortcuts: KeyboardShortcuts
    listPlacement: ListPlacement
    listRefreshMethod: string
    liveAgentConfig?: LiveAgentConfig
    primaryTabColor?: string
    pushNotifications?: PushNotification[]
    tabLimitConfig?: TabLimitConfig
    whitelistedDomains?: string[]