API reference / @evolu/common / local-first / SyncState
Type Alias: SyncState
type SyncState =
| SyncStateInitial
| SyncStateIsSyncing
| SyncStateIsSynced
| SyncStateIsNotSynced;
Defined in: packages/common/src/local-first/Sync.ts:908
TODO: Rework for the new owners API.
The possible states of a synchronization process. The SyncState can be one
of the following: