Interface: EntityEditorProvidedProps
Defined in: widgets/editorForms/editEntityForm.tsx:30
State provided by EntityEditor to nested components.
Properties
| Property | Type | Description |
|---|---|---|
() => | Handler to apply changes to the entity, including changes from calling updateData. | |
Current (draft) entity data to edit. | ||
( | Handler to update current entity data in the property editor. |