Options
Menu

Class ModelOfflineEvent

Emitted when a RealTimeModel goes offline, generally because the client lost connectivity to the server. Subscribe to this directly on a RealTimeModel rather than a RealTimeElement within.

Hierarchy

  • ModelOfflineEvent

Implements

Index

Properties

Properties

name

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

The RealTimeModel that just went offline.

NAME

NAME: "offline" = "offline"