O3 Framework / queueSynchronizationItem
queueSynchronizationItem<
T>(type,content,descriptor?):Promise<number>
Defined in: packages/framework/esm-offline/src/sync.ts:261
Enqueues a new item in the sync queue and associates the item with the currently signed in user.
T
string
The identifying type of the synchronization item.
T
The actual data to be synchronized.
An optional descriptor providing additional metadata about the sync item.
Promise<number>