Type Alias WhenCondition<E>

WhenCondition: (event: E) => boolean | boolean

Condition passed to ChordHandler.when.

Type Parameters