[O3 Framework](../API.md) / canBeginEditSynchronizationItemsOfType

# Function: canBeginEditSynchronizationItemsOfType()

> **canBeginEditSynchronizationItemsOfType**(`type`): `boolean`

Defined in: [packages/framework/esm-offline/src/sync.ts:320](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-offline/src/sync.ts#L320)

Returns whether editing synchronization items of the given type is supported by the currently
registered synchronization handlers.

## Parameters

### type

`string`

The identifying type of the synchronization item which should be edited.

## Returns

`boolean`
