Interface Key<TInstance, TKind>

A key of the aspect of user input.

It is passed to InControl.aspect() method in order to apply target aspect to that control.

This interface is typically implemented by aspect instance class object. I.e. by its static methods.

Type Parameters

  • TInstance

    Aspect instance type.

  • TKind extends Kind = "default"

    Aspect application kind.

Hierarchy

  • Key

Properties

Properties

[InAspect__symbol]: InAspect<TInstance, TKind>

A referenced aspect of user input.

Generated using TypeDoc