interface ChatBubbleOptions {
    cssClasses: string[];
    pan: boolean;
    requireVisible: boolean;
}

Properties

cssClasses: string[]

An optional array of CSS classes to apply to the resulting bubble

pan: boolean

Pan to the token speaker for this bubble, if allowed by the client

requireVisible: boolean

Require that the token be visible in order for the bubble to be rendered