Class InParentsAbstract

Parents of input control.

Reflects all containers the control belongs to. Note that component may belong to multiple containers. Or even to the same container multiple times.

Implements EventSender interface by sending arrays of parent entries the control is added to and removed from.

Implements EventKeeper interface by sending a snapshot of all parents each time it is updated.

Hierarchy

  • InParents

Implements

Constructors

Properties

Accessors

Methods

Constructors

Properties

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

An OnEvent sender of parent updates.

Sends two arrays on each parents update: the first one contains added parent entries, while the second one contains removed parent entries.

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

read: AfterEvent<[All]>

An AfterEvent keeper of control parents.

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

Accessors

Methods

Generated using TypeDoc