Interface ListenerArgs<TConsequence, TMatchType>

Type Parameters

Hierarchy

Properties

handler: EventHandler<TMatchType, TConsequence>
matches: { match: ((i: any) => boolean) | ((i: any) => i is TMatchType) }

Type declaration

  • match: ((i: any) => boolean) | ((i: any) => i is TMatchType)
observeWith?: EffectObserver<TConsequence>

Generated using TypeDoc