Default Object Editor
Renders a fieldset that will contain its properties editors. The fieldset can be collapsed or expanded.
Activation Conditions
Options
x-addPropertyContent
: Custom content for add property buttonx-collapseToggleContent
: Custom content for collapse togglex-deactivateNonRequired
: Deactivate non-required propertiesx-enableCollapseToggle
: Enable collapse/expand functionalityx-propertiesToggleContent
: Custom content for properties togglex-startCollapsed
: Start with the object collapsedx-titleTemplate
: Custom template for the title
Object Grid Editor
Renders a fieldset that uses a grid system to position its property editors. The fieldset can be collapsed or expanded.
Activation Conditions
"type": "object"
"x-format": "grid"
Grid Options for properties editors
columns
: How many columns should the editor occupyoffset
: How many columns should the editor be offsetnewRow
: Whether the editor should be put in a new row
Vertical Navigation Editor
Renders a fieldset with vertical navigation for its properties. The fieldset can be collapsed or expanded.
Activation Conditions
"type": "object"
"x-format": "nav-vertical"
Horizontal Navigation Editor
Renders a fieldset with horizontal navigation for its properties. The fieldset can be collapsed or expanded.
Activation Conditions
"type": "object"
"x-format": "nav-horizontal"