AddKeystrokeInfoCategoryData
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
.
Properties
-
description : string | undefined
module:core/accessibility~AddKeystrokeInfoCategoryData#description
The description of the category (optional).
-
groups : Array<AddKeystrokeInfoGroupData> | undefined
module:core/accessibility~AddKeystrokeInfoCategoryData#groups
Groups of keystrokes within the category.
-
id : string
module:core/accessibility~AddKeystrokeInfoCategoryData#id
The unique id of the category.
-
label : string
module:core/accessibility~AddKeystrokeInfoCategoryData#label
The label of the category.