Interface Body<TModel, TElt, TSharer>

Form body containing input controls.

Type Parameters

  • TModel

    A model type of the form, i.e. a type of its control value.

  • TElt extends HTMLElement = HTMLElement

    A type of HTML form element.

  • TSharer extends object = any

    Form sharer component type.

Hierarchy

Properties

Properties

control: InControl<TModel>

Submittable form input control.

element: InFormElement<TElt>

Form element control.

Unlike input control this one is not supposed to be submitted, but rather contains a <form> element issuing a submit event.

form: Form<TModel, TElt, TSharer>

A form the controls belong to.

Generated using TypeDoc