loadSessionStateSnapshotIntoStore
Public function
Loads a snapshot of the editor's instance state into the store of a new editor instance.
Signature
function loadSessionStateSnapshotIntoStore(
store: TLStore,
snapshot: TLSessionStateSnapshot
): void
Parameters
| Name | Description |
|---|---|
| The store to load the instance state into |
| The instance state snapshot to load |
Returns
void
References
TLStore, TLSessionStateSnapshot
Source

