Skip to main content

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?