LogoRobo.js
Packages@robojs/sync

SyncStatus

Interface: SyncStatus

Sync status for SyncBox components. Apps can use this to show loading/syncing indicators.

Properties

PropertyTypeDescription
lastSyncedAt?numberTimestamp of last successful sync
stalebooleanWhether state might be outdated (connection issues)
syncedbooleanWhether initial state has been received
syncingbooleanWhether an update is currently being sent

On this page