ChatBotKit Node SDK
    Preparing search index...

    Interface ChatBotKitGlobalObject

    The global chatbotkitWidget object available on window.

    interface ChatBotKitGlobalObject {
        instance: ChatBotKitWidgetElementV2 | null;
        instancePromise: Promise<ChatBotKitWidgetElementV2>;
    }
    Index
    instance: ChatBotKitWidgetElementV2 | null

    The widget instance (null if not yet initialized)

    Promise that resolves with the widget instance when ready