O3 Framework / SyncItem
Defined in: packages/framework/esm-offline/src/sync.ts:12
Defines an item queued up in the offline synchronization queue.
A SyncItem contains both meta information about the item in the sync queue, as well as the
actual data to be synchronized (i.e. the item’s content).
T = any
content:
T
Defined in: packages/framework/esm-offline/src/sync.ts:16
createdOn:
Date
Defined in: packages/framework/esm-offline/src/sync.ts:17
descriptor:
QueueItemDescriptor
Defined in: packages/framework/esm-offline/src/sync.ts:18
optionalid:number
Defined in: packages/framework/esm-offline/src/sync.ts:13
optionallastError:object
Defined in: packages/framework/esm-offline/src/sync.ts:19
optionalmessage:string
optionalname:string
type:
string
Defined in: packages/framework/esm-offline/src/sync.ts:15
userId:
string
Defined in: packages/framework/esm-offline/src/sync.ts:14