A data instance representing the entity instance being edited
Name of the entity being edited
A list of entity properties for which the form fields should be rendered. Certain fields might not be editable if the user lacks edit permissions.
A callback that is executed when Cancel button is clicked.
Examples of behavior initiated by this callback may include
navigating back to the entity browser screen or,
if the EntityEditor
was opened in a modal, closing that modal.
A callback that is executed when the form is submitted. Execution happens only after a successful client-side validation. This prop can be used to override the default behavior which is to send a request to REST API to update the entity.
Used in a context of Composition relationship. When EntityEditor
is used to edit a nested entity,
parent entity name shall be supplied via this prop.
This prop can be used to override the default caption on Submit button
Generated using TypeDoc
A map where keys are names of entity properties with relation type Association and values are data collections containing entity instances that can be assigned to the corresponding property (i.e. possible options that can be selected in a form field)