Abstract
Readonly
Abstract
onAn 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.
Readonly
Abstract
readAn AfterEvent
keeper of control parents.
The [AfterEvent__symbol]
property is an alias of this one.
Static
[Abstract
addGenerated using TypeDoc
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.