@bootdesk/chat-widget-bridge
    Preparing search index...

    Interface BridgeMessage

    interface BridgeMessage {
        type:
            | "chat-config"
            | "chat-message"
            | "chat-notification-clicked"
            | "chat-close"
            | "chat-viewport-config";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    type:
        | "chat-config"
        | "chat-message"
        | "chat-notification-clicked"
        | "chat-close"
        | "chat-viewport-config"