A callback for when the value being edited should change.
Note: This should only emit with valid values of T
.
A schema for validating edited values with.
NOTE: Only used by Strings right now, not useful for anything else.
The type of the value being edited.
The Type must be constant over the lifecycle of the component- this is
guaranteed by the
The value to be edited.
Generated using TypeDoc
A key-value map of metadata to send to the type editor.
This metadata is optional, and may be used to describe things like syntax highlighting mode.