Skip to main content

Interface: EntityEditorProvidedProps

Defined in: widgets/editorForms/editEntityForm.tsx:30

State provided by EntityEditor to nested components.

Properties

PropertyTypeDescription

applyChanges

() => void

Handler to apply changes to the entity, including changes from calling updateData.

data

ElementModel

Current (draft) entity data to edit.

updateData

(update) => void

Handler to update current entity data in the property editor.