Options
Menu

Class ModelCommittedEvent

The ModelCommittedEvent is fired when a model has unacknowledged local modifications to the model, and then all modifications are acknowledged by the server.

Hierarchy

  • ModelCommittedEvent

Implements

Index

Properties

Properties

name

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

src

The model model that emitted the event.

NAME

NAME: "committed" = "committed"