Home > @i2analyze/notebook-sdk > commands > ICommandConfigBase
commands.ICommandConfigBase interface
A set of information that is common to all commands in i2 Notebook.
Signature:
interface ICommandConfigBase
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
icon | readonly |
IIcon | Gets the icon for the command. |
id | readonly |
CommandId | Gets the identifier of the command, which must be a lower-case GUID. |
keyboardHelp? | readonly |
ICommandKeyboardHelp | (Optional) Gets the keyboard help for the command. |
name | readonly |
string | Gets the name of the command. For example, "Quick Search". |