• Blog
  • Changelog
  • Follow us on GitHubFollow us on XJoin our Discord server
  • Blog
  • GitHub
  • Releases
  • Getting Started

    • Quickstart
  • Library

    • Result
    • Type
    • Dependency Injection
    • Conventions
  • Local-First

    • How It Works
    • Indexes
    • Migrations
    • Patterns
    • Time travel
    • Examples
  • Other

    • API Reference
    • Comparison
    • Showcase
    • FAQ
    • Changelog

API Reference / @evolu/common / Evolu/Internal / SyncState

Type Alias: SyncState

type SyncState = 
  | SyncStateInitial
  | SyncStateIsSyncing
  | SyncStateIsSynced
  | SyncStateIsNotSynced;

Defined in: packages/common/src/Evolu/Sync.ts:64

The possible states of a synchronization process. The SyncState can be one of the following:

  • SyncStateInitial
  • SyncStateIsSyncing
  • SyncStateIsSynced
  • SyncStateIsNotSynced

Was this page helpful?

© Copyright 2025. All rights reserved.

Follow us on GitHubFollow us on XJoin our Discord server