OneSDK
    Preparing search index...

    Interface LiveChatBannerRenderer

    interface LiveChatBannerRenderer {
        actionId: string;
        backgroundType?: string;
        bannerType?: string;
        contents: Contents;
        header?: Header;
        isStackable: boolean;
        onCollapseCommand: OnCollapseCommand;
        onExpandCommand: OnExpandCommand;
        targetId: string;
        viewerIsCreator: boolean;
    }
    Index

    Properties

    actionId: string
    backgroundType?: string
    bannerType?: string
    contents: Contents
    header?: Header
    isStackable: boolean
    onCollapseCommand: OnCollapseCommand
    onExpandCommand: OnExpandCommand
    targetId: string
    viewerIsCreator: boolean