Interface

AddKeystrokeInfoCategoryData (core)

@ckeditor/ckeditor5-core/src/accessibility

interface

A description of category of keystrokes accepted by the addKeystrokeInfoCategory method.

Top-level categories organize keystrokes and help users to find the right keystroke. Each category can have multiple groups of keystrokes that narrow down the context in which the keystrokes are available.

See addKeystrokeInfoGroup and addKeystrokeInfos.

Filtering

Properties

  • description : string | undefined

    The description of the category (optional).

  • groups : Array<AddKeystrokeInfoGroupData> | undefined

    Groups of keystrokes within the category.

  • id : string

    The unique id of the category.

  • label : string

    The label of the category.