Properties
Configuration properties of the Editor and Form components.
| activeBatch | Shows only items whose batch matches this value. |
| autoSave | Controls whether validated edits save immediately or wait for a save action |
| bottomBar | Configures the toolbar rendered below the form. |
| children | Custom content rendered above the generated fields. |
| css | Extra CSS class added to the editor root for scoped style overrides. |
| focus | Focuses and selects the first enabled field when the editor mounts |
| hotkeys | Configures keyboard shortcuts on the editor root |
| items | Field, section, and custom-component configuration for the editor |
| layout | Splits the form into two columns or renders it as a single column |
| Properties | Reference for the Editor and Form component properties. |
| placement | Selects the container the editor renders into. |
| readonly | Renders every visible field through its read-only renderer instead of an editable control. |
| topBar | Configures the toolbar rendered above the form. |
| values | The source record the editor edits over a draft copy |