Options
Menu

Class ModelDeletedEvent

Emitted when a RealTimeModel has been deleted.

Hierarchy

  • ModelDeletedEvent

Implements

Index

Properties

Properties

local

local: boolean

True if this change occurred locally (in the current session)

name

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

reason

reason: string

In the event that the model was deleted remotely, a reason may be provided.

src

The RealTimeModel that was deleted.

NAME

NAME: "deleted" = "deleted"