Options
Menu

Class ElementDetachedEvent

Emitted when an element becomes detached. This typically happens when the element is removed from its parent.

Hierarchy

  • ElementDetachedEvent

Implements

Index

Properties

Properties

name

name: string = ElementDetachedEvent.NAME

The name of the event that was fired. This is commonly used to filter when using the ConvergenceEventEmitter.events stream.

Note that the name is only guaranteed to be unique within the class / subsystem that is firing it. Names might be reused across classes and subsystems.

src

NAME

NAME: "detached" = "detached"