Skip to content
Sheetwrite

Sheetwrite / Documentation

SyncActivityState@sheetwrite/core

Current persistence activity reported by a sync coordinator.

Current persistence activity reported by a sync coordinator.

Declaration

export type SyncActivityState =
| "hydrating"
| "idle"
| "persisting"
| "pending"
| "sending"
| "conflict"
| "error"
| "destroyed";