openmrs-esm-core

O3 Framework / getSynchronizationItems

Function: getSynchronizationItems()

getSynchronizationItems<T>(type?): Promise<T[]>

Defined in: packages/framework/esm-offline/src/sync.ts:293

Returns the content of all currently queued up sync items of the currently signed in user.

Type Parameters

T

T

Parameters

type?

string

The identifying type of the synchronization items to be returned.

Returns

Promise<T[]>