Interface Conversion<TValue>

Input control aspect conversion.

Type Parameters

  • TValue

    Input value type.

Hierarchy

  • Conversion

Methods

Methods

  • Applies the given aspect to converted control in a custom way.

    Type Parameters

    • TInstance

      Aspect instance type.

    • TKind extends keyof InAspect.Application.Map<unknown, unknown>

      Aspect application kind.

    Parameters

    • aspect: InAspect<TInstance, TKind>

      An aspect to apply.

    Returns undefined | InAspect.Application.Result<TInstance, TValue, TKind>

    Either applied aspect instance or undefined to apply the aspect in standard way (i.e. by converting it from corresponding aspect of original control).

Generated using TypeDoc