Options
Menu

Interface IConvergenceEvent

The IConvergenceEvent is the parent interface of all events fired by Convergence. It ensures that each fired event has a name property that indicates the event that was fired.

Hierarchy

Implemented by

Index

Properties

Properties

name

name: string

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.