Type alias Field<Value, Plugin>

Field<Value, Plugin>: BareField<Value, PreferAny<Plugin>> & PreferUnknown<Plugin>

The field that manages a value and an associated data. Fields can be enhanced by plugins that provide integration with rendering frameworks, validation libraries, and other tools.

Type Parameters

  • Value = any

    The field value.

  • Plugin = any

    The plugin injected into the field.