Class InContainerControlsAbstract

Controls of input container.

Allows to track container contents. I.e. nested controls, their additions and removal.

Implements EventSender interface by sending arrays of added and removed control entries.

Implements EventKeeper interface by sending container contents instance each time it is changed.

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

Properties

on: OnEvent<[InContainer.Entry[], InContainer.Entry[]]>

An 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.

read: AfterEvent<[InContainer.Snapshot]>

An AfterEvent keeper of input container contents.

The [AfterEvent__symbol] property is an alias of this one.

Methods

Generated using TypeDoc