O3 Framework / getFullSynchronizationItemsFor
getFullSynchronizationItemsFor<
T>(userId,type?):Promise<SyncItem<T>[]>
Defined in: packages/framework/esm-offline/src/sync.ts:281
Returns all currently queued up sync items of a given user.
T
string
The ID of the user whose synchronization items should be returned.
string
The identifying type of the synchronization items to be returned..
Promise<SyncItem<T>[]>