Registers an aspect to add to the built control.
A key of aspect to add.
An aspect converter to the built control from the same-valued one.
this
builder instance.
Registers arbitrary aspects to add to the built control.
These aspects always applied after concrete ones.
Rest
...aspects: Aspect<TValue, TValue>[]Input aspects to add. These are aspect converters to the built control from the same-valued one.
this
builder instance.
Registers additional setup of the built control.
The setup is performed when the control built.
A function that accepts a built control as its only parameter.
this
builder instance.
Registers additional setup of the built control's aspect.
The setup is performed when the control built.
Aspect instance type.
Aspect application kind.
A key of aspect to set up.
A function that accepts an applied aspect instance and a built control as parameters.
this
builder instance.
Generated using TypeDoc
User input control builder.