Interface: CanonicalLocalState
Defined in: electron/services/sync/syncEngineState.ts:287
Canonical, schema-validated snapshot of local sync-relevant state.
Remarks
This structure is intentionally JSON-like and stable so it can be compared against persisted baselines deterministically.
Properties
monitors
readonlymonitors:Record<string,CloudSyncMonitorConfig>
Defined in: electron/services/sync/syncEngineState.ts:289
Canonical monitor configs keyed by monitor id.
settings
readonlysettings:CloudSyncSettingsConfig
Defined in: electron/services/sync/syncEngineState.ts:291
Canonical, filtered settings payload.
sites
readonlysites:Record<string,CloudSyncSiteConfig>
Defined in: electron/services/sync/syncEngineState.ts:293
Canonical site configs keyed by site identifier.