Options
Menu

Class ModelModifiedEvent

The ModelModifiedEvent is when a model has its first non-acknowledged mutation. It is fired when the model currently has not outstanding changes and a change is made. It will not be fired on subsequent consecutive changes unless all changes are first acknowledged.

Hierarchy

  • ModelModifiedEvent

Implements

Index

Properties

Properties

name

name: string = ModelModifiedEvent.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: "modified" = "modified"