Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface ChatBubbleOptions

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

    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