DEFAULT_INITIAL_SNAPSHOT

See source code

Default 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
WithDiff
Next
TLSyncErrorCloseEventCode