Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: ILoadUserInfoOptions

Parameters defining how loadUserInfo command works with history.

Remarks

(Editor:class).loadUserInfo uses these parameters.

Properties

addSnapshot?

optional addSnapshot?: boolean

If true, the LoadUserInfo command changes will be added to the history. The default value is true.


replaceLastSnapshot?

optional replaceLastSnapshot?: boolean

If true, the LoadUserInfo command changes replace last history snapshot. The default value is false.

Was this page helpful?