Interface: StateSyncApiInterface
Defined in: electron/preload/domains/stateSyncApi.ts:35
Interface defining the state sync domain API operations.
Hierarchy
Extends
Properties
getSyncStatus
getSyncStatus: IpcBridgeMethod<"get-sync-status">;
Defined in: electron/preload/domains/stateSyncApi.ts:41
Gets the current synchronization status
Returns
Promise resolving to current sync status information
Overrides
StateSyncChannelMap.getSyncStatus
requestFullSync
requestFullSync: IpcBridgeMethod<"request-full-sync">;
Defined in: electron/preload/domains/stateSyncApi.ts:48
Requests a full synchronization of all data
Returns
Promise resolving to synchronized site data