Typedef

KeystrokeInfoGroup (core)

@ckeditor/ckeditor5-core/src/accessibility

typedefobject

A group of keystrokes in keystrokeInfos.

Filtering

Properties

  • id : string

    The unique id of the group.

  • keystrokes : Array<KeystrokeInfoDefinition>

    Keystroke definitions within the group.

  • label : string | undefined

    The label of the group (optional).