Class ChordEventData<TSource>

The ChordEventData extends ShimiEventData, and contains a chord which some object wants to notify others about.

Type Parameters

  • TSource

Hierarchy

Constructors

Properties

Accessors

Constructors

Properties

cancel: boolean = false

If set to true, the event will stop processing.

source: TSource

The object that triggered the event.

Accessors

  • get chord(): Chord
  • Returns Chord

Generated using TypeDoc