openmrs-esm-core

O3 Framework / syncAllDynamicOfflineData

Function: syncAllDynamicOfflineData()

syncAllDynamicOfflineData(type, abortSignal?): Promise<void>

Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:241

Synchronizes all offline data entries of the given type for the currently logged in user.

Parameters

type

string

The type of the offline data. See DynamicOfflineData for details.

abortSignal?

AbortSignal

An AbortSignal which can be used to cancel the operation.

Returns

Promise<void>