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 | undefinedmodule:core/accessibility~AddKeystrokeInfoCategoryData#descriptionThe description of the category (optional).
groups : Array<AddKeystrokeInfoGroupData> | undefinedmodule:core/accessibility~AddKeystrokeInfoCategoryData#groupsGroups of keystrokes within the category.
id : stringmodule:core/accessibility~AddKeystrokeInfoCategoryData#idThe unique id of the category.
label : stringmodule:core/accessibility~AddKeystrokeInfoCategoryData#labelThe label of the category.