Options
All
  • Public
  • Public/Protected
  • All
Menu

Nexconn ChatUI - v26.2.0

Nexconn ChatUI SDK

API reference for the Nexconn ChatUI SDK on the Web platform.

Install

@nexconn/chatui expects the following packages at runtime (they are declared as peer dependencies and are not bundled with ChatUI):

  • @nexconn/engine
  • @nexconn/chat
  • lit

Install them before installing ChatUI, using the versions required by your ChatUI release (see the peerDependencies field in ChatUI’s package.json on npm).

# Example (adjust versions to match your ChatUI peer range)
npm install @nexconn/engine @nexconn/chat lit
npm install @nexconn/chatui
pnpm add @nexconn/engine @nexconn/chat lit
pnpm add @nexconn/chatui

Links

For tutorials and full developer documentation, see the Nexconn developer documentation portal.