A key-value inspector panel that renders a schema of typed fields
against a data object.
Each field definition maps to an appropriate editor widget
(UIInput, UISelect, UICheckbox, UIColorPicker, or
UISlider). Changes are emitted per-field via
propertyChange and the data model is updated in-place.
A key-value inspector panel that renders a schema of typed fields against a data object.
Each field definition maps to an appropriate editor widget (
UIInput,UISelect,UICheckbox,UIColorPicker, orUISlider). Changes are emitted per-field via propertyChange and the data model is updated in-place.Basic usage
Grouped fields