Typedef

KeystrokeInfoCategory (core)

@ckeditor/ckeditor5-core/src/accessibility

typedefobject

A category of keystrokes in keystrokeInfos.

Filtering

Properties

  • description : string | undefined

    The description of the category (optional).

  • groups : Map<string, KeystrokeInfoGroup>

    Groups of keystrokes within the category.

  • id : string

    The unique id of the category.

  • label : string

    The label of the category.