Home > @i2analyze/notebook-sdk > commands > ICommandKeyboardHelp
commands.ICommandKeyboardHelp interface
An entry for a command in the i2 Notebook keyboard help.
Signature:
interface ICommandKeyboardHelp
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
category | readonly |
HelpCategory | Gets the category of the command in the keyboard help. |
keys | readonly |
string[] | Gets the shortcut keys of the command in the keyboard help. |
label | readonly |
string | Gets the label of the command in the keyboard help, which can be different from labels elsewhere. For example, "Toggles Quick Search". |