Options
Menu

Class ReferenceDisposedEvent

Emitted when a ModelReference is disposed.

Hierarchy

  • ReferenceDisposedEvent

Implements

Index

Constructors

Properties

Constructors

constructor

Properties

name

name: string = ReferenceDisposedEvent.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

src: ModelReference<any>

The underlying reference that was disposed.

NAME

NAME: "disposed" = "disposed"