loadSnapshot
Loads a snapshot into a store.
function loadSnapshot(
store: TLStore,
_snapshot: Partial<TLEditorSnapshot> | TLStoreSnapshot
): void
Parameters
Name | Description |
---|---|
|
|
|
|
Returns
void
Loads a snapshot into a store.
function loadSnapshot(
store: TLStore,
_snapshot: Partial<TLEditorSnapshot> | TLStoreSnapshot
): void
Name | Description |
---|---|
|
|
|
|
void