RoomSnapshot
See source codeTable of contents
interface RoomSnapshot {}Properties
clock
clock: numberdocumentClock
optional
documentClock?: numberdocuments
documents: Array<{
lastChangedClock: number
state: UnknownRecord
}>schema
optional
schema?: SerializedSchematombstoneHistoryStartsAtClock
optional
tombstoneHistoryStartsAtClock?: numbertombstones
optional
tombstones?: Record<string, number>Prev
UseSyncOptionsNext
RoomStoreMethods