O3 Framework / getFullSynchronizationItems
getFullSynchronizationItems<
T>(type?):Promise<SyncItem<T>[]>
Defined in: packages/framework/esm-offline/src/sync.ts:302
Returns all currently queued up sync items of the currently signed in user.
T
string
The identifying type of the synchronization items to be returned.
Promise<SyncItem<T>[]>