Home > @i2analyze/notebook-sdk > commands > ICommand
commands.ICommand interface
A registered i2 Notebook command.
Signature:
interface ICommand
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
id | readonly |
CommandId | Gets the identifier of the command. |
Methods
Method | Description |
---|---|
setEnabled(value) | Sets the enabled state of all actions derived from the command. |