Options
Menu

Class RemoteResyncCompletedEvent

The RemoteResyncCompletedEvent is fired when a remote client has completed a resynchronization process after being offline.

experimental

Hierarchy

  • RemoteResyncCompletedEvent

Implements

Index

Properties

model

The model for which the remote client has completed a resync.

name

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

sessionId

sessionId: string

The session id of the remote client.

user

The user of the remote client.

NAME

NAME: "remote_resync_completed" = "remote_resync_completed"