AddKeystrokeInfoGroupData
interface
A description of keystroke group accepted by the addKeystrokeInfoGroup
method.
Groups narrow down the context in which the keystrokes are available. When categoryId
is not specified, the group goes
to the 'contentEditing'
category (default).
Properties
-
categoryId : string | undefined
module:core/accessibility~AddKeystrokeInfoGroupData#categoryId
The category id the group belongs to.
-
id : string
module:core/accessibility~AddKeystrokeInfoGroupData#id
The unique id of the group.
-
keystrokes : Array<KeystrokeInfoDefinition> | undefined
module:core/accessibility~AddKeystrokeInfoGroupData#keystrokes
Keystroke definitions within the group.
-
label : string | undefined
module:core/accessibility~AddKeystrokeInfoGroupData#label
The label of the group (optional).