Options
Menu

Class RemoteResyncStartedEvent

The RemoteResyncStartedEvent is fired when a remote client has started a resynchronization process after being offline.

experimental

Hierarchy

  • RemoteResyncStartedEvent

Implements

Index

Properties

model

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

name

name: string = RemoteResyncStartedEvent.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_started" = "remote_resync_started"