Home > @i2analyze/notebook-sdk > dialog > IDialogApi > updateAction
dialog.IDialogApi.updateAction() method
Updates the label or the enabled state of the specified dialog action.
Signature:
updateAction(id: DialogActionId, config: IDialogActionConfig): void;
Introduced: version 1.4
Parameters
Parameter | Type | Description |
---|---|---|
id | DialogActionId | The identifier of the action to update. |
config | IDialogActionConfig | The new configuration for the specified action. |
Returns:
void