Home > @i2analyze/notebook-sdk > commands > ICommand > setEnabled
commands.ICommand.setEnabled() method
Sets the enabled state of all actions derived from the command.
Signature:
setEnabled(value: boolean): void;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
value | boolean | true to enable all actions; false to disable them. |
Returns:
void