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