Home > @i2analyze/notebook-sdk > commands > IAction > setHidden
commands.IAction.setHidden() method
Sets whether the action is hidden - that is, whether it is visible to users at all.
Signature:
setHidden(value: boolean): void;
Introduced: version 1.5
Parameters
Parameter | Type | Description |
---|---|---|
value | boolean | true to hide the action; false to show it. |
Returns:
void