Options
Menu

Class RemoteReferenceCreatedEvent

The RemoteReferenceCreatedEvent is fired by an ObservableModel when a remote reference is created.

Hierarchy

  • RemoteReferenceCreatedEvent

Implements

Index

Properties

element

element: RealTimeElement<any>

The element to which this reference is bound to, or undefined if it is not yet bound

model

name

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

reference

reference: ModelReference<any>

The reference that was just created

NAME

NAME: "reference" = "reference"