Interface Editor.ILoadUserInfoOptions
Parameters defining how loadUserInfo command works with history.
Package: @aurigma/design-editor-iframe
Remarks
Editor.loadUserInfo() uses these parameters.
Properties
addSnapshot
If true, the **LoadUserInfo** command changes will be added to the history. The default value is true.
Declaration
addSnapshot?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | If |
replaceLastSnapshot
If true, the **LoadUserInfo** command changes replace last history snapshot. The default value is false.
Declaration
replaceLastSnapshot?: boolean;
Property Value
| Type | Description |
|---|---|
| boolean | If |