DEFAULT_INITIAL_SNAPSHOT
See source codeDefault initial snapshot for a new room.
DEFAULT_INITIAL_SNAPSHOT: {
documentClock: number
documents: (
| {
lastChangedClock: number
state: import('@tldraw/tlschema').TLDocument
}
| {
lastChangedClock: number
state: import('@tldraw/tlschema').TLPage
}
)[]
schema: import('@tldraw/store').SerializedSchemaV2
tombstoneHistoryStartsAtClock: number
}Prev
WithDiffNext
TLSyncErrorCloseEventCode