loadSessionStateSnapshotIntoStore

See source code

Loads a snapshot of the editor's instance state into the store of a new editor instance.

function loadSessionStateSnapshotIntoStore(
  store: TLStore,
  snapshot: TLSessionStateSnapshot
): void

Parameters

NameDescription

store

The store to load the instance state into

snapshot

The instance state snapshot to load

Returns

void
Prev
LoadingScreen
Next
loadSnapshot