Docs (4.0.0)
class UIForm property

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