TLLoadSessionStateSnapshotOptions
See source codeTable of contents
Options for loadSessionStateSnapshotIntoStore
interface TLLoadSessionStateSnapshotOptions {}Properties
forceOverwrite
optional
By default, some session state flags like isDebugMode are not overwritten when loading a snapshot. These are usually considered "sticky" by users while the document data is not. If you want to overwrite these flags, set this to true.
forceOverwrite?: booleanPrev
TLInterruptEventInfoNext
TLLoadSnapshotOptions