Home > @i2analyze/notebook-sdk > dialog > IDialogApi > getInitialValue
dialog.IDialogApi.getInitialValue() method
Gets the data for populating the dialog when it's displayed.
Signature:
getInitialValue<TInitialize>(): TInitialize;
Returns:
TInitialize
See above.
Introduced: version 1.4
Type Parameters
Parameter | Type | Description |
---|---|---|
TInitialize | any | The type of the data for populating the dialog. |