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

AIChatShortcutBaseDefinition

Api-interface iconinterface

The base definition for all shortcut types.

Properties

  • Chevron-right icon

    icon : string | undefined
    readonly

    The icon of the shortcut in SVG string format.

    Learn more about setting the icon in the IconView API reference.

    Note: When not provided, a generic icon associated with the shortcut type will be used instead.

  • Chevron-right icon

    id : string
    readonly

    The unique identifier of the shortcut.

  • Chevron-right icon

    label : string
    readonly

    The human-readable label of the shortcut.

  • Chevron-right icon

    type : 'translate' | 'chat' | 'review'
    readonly

    The type of the shortcut.