Typedef

GroupDefinition (ai)

@ckeditor/ckeditor5-ai/src/aiassistant

typedefobject

Filtering

Properties

  • commands : Array<CommandDefinition>

    The array of command definitions that belong to the group.

  • groupId : string

    The unique identifier of the group. It can be referenced while extending existing groups using extraCommandGroups.

  • groupLabel : string | undefined

    The human-readable label of the group.