Type alias InData<TValue>

InData<TValue>: AfterEvent<[DataType<TValue>?]>

A data aspect of the input.

Represents input control data that will be submitted.

Input data is typically the same as control value with respect to input mode. I.e. when input mode is off the data is undefined.

An aspect interface is an AfterEvent keeper of input data.

Type Parameters

  • TValue

    Input value type.

Generated using TypeDoc