0.0.3 • Published 11 months ago
@debox-pro/chat-widget-html v0.0.3
@debox-pro/chat-widget-html
Use DeBoxChatWidget with HTML
Getting Started
- Need to use
NPM
npm install @debox-pro/chat-widget-html- Use DeBoxChatWidget
Not Support SSR
init
import { DeBoxChatWidget } from '@debox-pro/chat-widget-html' // Singleton
DeBoxChatWidget.init({
projectId: string
conversationId?: string
zIndex?: string
containerDomId?: string
})destroy
DeBoxChatWidget.destroy()setConversation
DeBoxChatWidget.setConversation(id?: string, open?: boolean)toggleChat
DeBoxChatWidget.toggleChat(open?: boolean)Examples
...