Options
Menu

Class ResyncCompletedEvent

Emitted when a RealTimeModel reconnects to the server and when the resynchronization process completes.

experimental

Hierarchy

  • ResyncCompletedEvent

Implements

Index

Properties

Properties

name

name: string = ResyncCompletedEvent.NAME

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

src

The RealTimeModel that just completed the resync

NAME

NAME: "resync_completed" = "resync_completed"