Function inValueOf

  • Constructs input control with the same value as another one.

    The constructed control does not inherit any aspects from original one.

    Type Parameters

    • TValue

      Input value type.

    Parameters

    • control: InControl<TValue>

      Original control containing the value.

    Returns InControl<TValue>

    New input control that accesses the value of original control.

Generated using TypeDoc