Interface IRestorableWidget
Provides methods for saving and restoring widget data.
Package: ui-framework
Methods
exportWidgetData(boolean)
Declaration
function exportWidgetData(force: boolean)
Parameters
| Type | Name | Description |
|---|---|---|
| boolean | force |
Returns
| Type | Description |
|---|---|
| Promise<any> |
restoreWidgetFromData(any, boolean)
Declaration
function restoreWidgetFromData(data: any, force: boolean)
Parameters
| Type | Name | Description |
|---|---|---|
| any | data | |
| boolean | force |
Returns
| Type | Description |
|---|---|
| Promise<void> |