AutoValue
Rapid-development component which automatically creates a Tweakpane control for an arbitrary value.
A (reasonably) appropriate Tweakpane control will be used for the value type.
This component is intended for quick tests where you don't want to fuss with component selection or customization.
See <AutoObject>
for a variation that creates controls for multiple values in an object.
The value is generally mapped to controls according to the logic outlined in the Tweakpane input binding documentation.
Plugin component behavior is not available in <AutoValue>
.
optional | |
Description | Prevent interactivity and gray out the control. |
---|---|
Type | boolean |
Default | false |
optional | |
Description | Text displayed next to control. |
---|---|
Type | string |
Default | undefined |
optional | |
Description | Custom color scheme. |
---|---|
Type | Theme |
Default | undefined Inherits default Tweakpane theme equivalent to ThemeUtils.presets.standard , or the theme set with setGlobalDefaultTheme() . |
bindablerequired | |
Description | The value to control. |
---|---|
Type | string | number | boolean | object |
Description | Fires when This event is provided for advanced use cases. It's usually preferred to bind to the The |
---|---|
Extends | ValueChangeEvent |
Type | AutoValueChangeEvent |