Properties
handler
handler: EventHandler<TMatchType, TConsequence>
matches
matches: { match: ((i: any) => boolean) | ((i: any) => i is TMatchType) }
Type declaration
-
match: ((i: any) => boolean) | ((i: any) => i is TMatchType)
Optional
observeWith
observeWith?: EffectObserver<TConsequence>