Input value type.
Aspect instance type.
A type of aspect instance applied to converted control.
The same as Instance
by default.
Readonly
instanceInput aspect instance.
Optional
attachConverts an aspect to the same value type.
When defined, this method is called instead of convertTo when converting aspect for converted control with the same value. I.e. when aspect-only converters used for conversion.
Target input control.
The same aspect applied to target
control, or undefined
if aspect can not be converted.
Converts an aspect to another value type.
This method is called by input control created by convert method.
Converted input value type.
Target input control.
The same aspect applied to target
control, or undefined
if aspect can not be converted.
Generated using TypeDoc
An input aspect applied to control.
This is what returned from
InAspect.applyTo()
method. Contains aspect instance and its manipulation methods.