NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

AIQuickActionType

Api-typedef icontypedef

Defines the different types of AI quick actions available in the editor. Each type determines how the action will be presented and executed.

Available types:

  • 'action': display results in a balloon popup for quick inline operations,
  • 'chat': opens the AI Chat interface for interactive conversations.

Value

'chat' | 'action'