Abstract
Group model type, i.e. its value type.
Readonly
Abstract
onAn OnEvent
sender of container updates.
Sends two arrays on each container update: the first one contains added control entries, while the second one contains removed control entries.
The [OnEvent__symbol]
property is an alias of this one.
Readonly
Abstract
readAn AfterEvent
keeper of input container contents.
The [AfterEvent__symbol]
property is an alias of this one.
Abstract
clearAbstract
setSets input control with the given key.
Replaces existing control if already present.
Model key type.
A key of input control to set. I.e. corresponding model property key.
Input control to add, or undefined
to remove control.
A supply of just added control that removes it once cut off. A cut off supply when set to undefined
.
Sets multiple input controls at a time.
A map of controls under their keys. A value can be undefined
to remove corresponding control.
A supply of just added controls that removes them once cut off.
Generated using TypeDoc
Input group controls.