Interface LiveChatBannerRenderer

interface LiveChatBannerRenderer {
    actionId: string;
    contents: Contents;
    isStackable: boolean;
    onCollapseCommand: OnCollapseCommand;
    onExpandCommand: OnExpandCommand;
    targetId: string;
    viewerIsCreator: boolean;
}

Properties

actionId: string
contents: Contents
isStackable: boolean
onCollapseCommand: OnCollapseCommand
onExpandCommand: OnExpandCommand
targetId: string
viewerIsCreator: boolean