ChatBotKit Node SDK
    Preparing search index...

    Interface ChatBotKitGlobalObject

    The global chatbotkitWidget object available on window.

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

    Properties

    The widget instance (null if not yet initialized)

    Promise that resolves with the widget instance when ready