Type alias ServiceCloudConsoleConfig

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

Type declaration