Interface Input<TValue>

User input.

Type Parameters

  • TValue

    Input value type.

Hierarchy

  • Input

Properties

Properties

event?: Event

An event caused the value to be applied.

The value has been applied programmatically if missing.

value: TValue

The value user entered.

Generated using TypeDoc