-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
This is the gross API that users shouldn't generally use; the generalized one with the object argument, that all the convenient ones are actually built from.
m.set_hook({ kind: '...', ... });
The shape of the remaining object is defined by kind
, as it's a union type, but it's generally something like
m.set_hook({ kind: 'hook', from: 'a', to: 'b', handler: SomeFunction });
- API Basic Hooks #661
- API Named Hooks #662
- API Entry Hooks #663
- API Exit Hooks #664
- API Any-transition Hooks #665
- API Standard Transition Hooks #666
- API Forced Transition Hooks #667
- API Main Transition Hooks #668
- API Global Action Hooks #669
- API Any Action Hooks #670
- API Reject Hooks #671
- API Error Hooks #672
- API Reset Hooks #673
- API Start Hooks #674
- API Terminate Hooks #675
- API Tape Input Hooks #676
- API Tape Output Hooks #677
- API After Hooks #678