ChatBotKitWidgetInstance: HTMLElement & {
    functions?: Record<string, WidgetFunction> | null;
    messages?: WidgetMessage[] | null;
    notifications?: Record<string, WidgetNotification> | null;
    ready: boolean;
    readyPromise: Promise<boolean>;
}

Type declaration

Generated using TypeDoc