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 | undefinedmodule:core/accessibility~AddKeystrokeInfoGroupData#categoryIdThe category id the group belongs to.
-
id : stringmodule:core/accessibility~AddKeystrokeInfoGroupData#idThe unique id of the group.
-
keystrokes : Array<KeystrokeInfoDefinition> | undefinedmodule:core/accessibility~AddKeystrokeInfoGroupData#keystrokesKeystroke definitions within the group.
-
label : string | undefinedmodule:core/accessibility~AddKeystrokeInfoGroupData#labelThe label of the group (optional).