RoomSnapshot
See source codeTable of contents
interface RoomSnapshot {}Properties
clock
clock: numberdocuments
documents: Array<{
lastChangedClock: number
state: UnknownRecord
}>schema
optional
schema?: SerializedSchematombstones
optional
tombstones?: Record<string, number>Prev
StoreValidatorNext
RoomStoreMethods