Home > @i2analyze/notebook-sdk > dialog > IDialogAction
dialog.IDialogAction interface
An action for a dialog window.
Signature:
interface IDialogAction extends IDialogActionConfig
Extends: IDialogActionConfig
Introduced: version 1.4
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
enabled? | readonly |
boolean | (Optional) Indicates whether the action is enabled. (Inherited from IDialogActionConfig) |
id | readonly |
DialogActionId | Gets the identifier of the action. |
label? | readonly |
string | (Optional) Gets the label for the action. (Inherited from IDialogActionConfig) |