values
An object that contains current form field values.
readonly
get values(): Readonly<Partial<TData>>
Notes
- Properties of this object can be bound, e.g. to display form fields elsewhere in the view.
- To set field values, use the UIFormContext.set() method.
Related
- class UIFormContextAn object that contains form field data along with validation tests.