AIQuickActionType
typedef
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'