O3 Framework / 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.
number
The ID of the synchronization item to be edited.
Promise<void>