Options
Menu

Class ModelReconnectingEvent

Emitted when a RealTimeModel is attempting to reconnect to the server after being offline.

Hierarchy

  • ModelReconnectingEvent

Implements

Index

Properties

Properties

name

name: string = ModelReconnectingEvent.NAME

The name of this event type. This can be used to filter when using the ConvergenceEventEmitter.events stream.

src

The RealTimeModel that is reconnecting

NAME

NAME: "reconnecting" = "reconnecting"