openmrs-esm-core

O3 Framework / beginEditSynchronizationItem

Function: beginEditSynchronizationItem()

beginEditSynchronizationItem(id): Promise<void>

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

Triggers an edit flow for the given synchronization item. If this is not possible, throws an error.

Parameters

id

number

The ID of the synchronization item to be edited.

Returns

Promise<void>