Home > @i2analyze/notebook-sdk > commands > IAction > setIcon
commands.IAction.setIcon() method
Sets the icon for the action.
Signature:
setIcon(value: IIcon): void;
Introduced: version 1.5
Parameters
Parameter | Type | Description |
---|---|---|
value | IIcon | An icon for the action. |
Returns:
void