O3 Framework / getSynchronizationItem
getSynchronizationItem<
T>(id):Promise<undefined|SyncItem<T>>
Defined in: packages/framework/esm-offline/src/sync.ts:311
Returns a queued sync item with the given ID or undefined if no such item exists.
T = any
number
The ID of the requested sync item.
Promise<undefined | SyncItem<T>>