Interface ChannelInfo

Hierarchy

  • ChannelInfo

Properties

availability: {
    status: ChannelAvailability;
}

Type declaration

channelIdOnExternalPlatform: string
colors: BrandInfoColors
customCss: string
customJs: string
customJsFiles: string
isAuthorizationEnabled: boolean
isLiveChat: boolean
name: string
popups: BrandInfoPopup[]
preContactForm: null | BrandInfoPreContactForm
settings: ChannelInfoSettings
translations: {
    [key: string]: string;
}

Type declaration

  • [key: string]: string
webSecurityConfiguration: WebSecurityConfiguration
widget: BrandInfoWidget

Generated using TypeDoc