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

    Interface IframeBridgeHook

    interface IframeBridgeHook {
        config: BridgeConfig | null;
        isInIframe: boolean;
        notifyMessage: (text: string) => void;
        notifyViewportConfig: (content: string) => void;
        onNotificationClicked: (cb: () => void) => void;
    }
    Index

    Properties

    config: BridgeConfig | null
    isInIframe: boolean
    notifyMessage: (text: string) => void
    notifyViewportConfig: (content: string) => void
    onNotificationClicked: (cb: () => void) => void