O3 Framework / DynamicOfflineDataSyncState
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:73
Represents the result of syncing a given DynamicOfflineData entry.
erroredHandlers:
string[]
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:89
The IDs of the handlers which failed to synchronize their data.
errors:
object[]
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:93
A collection of the errors caught while synchronizing, per handler.
handlerId:
string
message:
string
succeededHandlers:
string[]
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:85
The IDs of the handlers which successfully synchronized their data.
syncedBy:
string
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:81
The ID of the user who has triggered the data synchronization.
syncedOn:
Date
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:77
The time when the entry has been synced the last time.