Home > @i2analyze/notebook-sdk > dialog > IDialogApi > submitAndClose
dialog.IDialogApi.submitAndClose() method
Submits and closes the dialog.
Signature:
submitAndClose<TResult>(value: TResult): void;
Introduced: version 1.4
Type Parameters
Parameter | Type | Description |
---|---|---|
TResult | any | The type of the data that the dialog returns. |
Parameters
Parameter | Type | Description |
---|---|---|
value | TResult | The value that's submitted when the dialog is closed. |
Returns:
void