O3 Framework / syncDynamicOfflineData
syncDynamicOfflineData(
type,identifier,abortSignal?):Promise<void>
Defined in: packages/framework/esm-offline/src/dynamic-offline-data.ts:254
Synchronizes a single offline data entry of the given type for the currently logged in user.
string
The type of the offline data. See DynamicOfflineData for details.
string
The identifier of the offline data. See DynamicOfflineData for details.
AbortSignal
An AbortSignal which can be used to cancel the operation.
Promise<void>