formContext
Form state context object.
formContext?: UIFormContext<any> | undefined
Notes
- This object is used by contained input elements, to get and set input values.
- This property defaults to an empty UIFormContext object, but can be bound to a property of a containing view or activity object.
Related
- class UIFormA view class for a column container that can be used to bind form controls to a single UIFormContext.