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.

  • order : number | undefined

    The order of the group on the list. The lower the number, the higher the group is displayed on the list. If not specified, the position of this group will be determined by the order of configuration.

    If a new group is added without order property, it will be added at the end.

    The order uses zero-based numbering (the first group's order is 0).