-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO TESTS.txt
47 lines (47 loc) · 1.23 KB
/
TODO TESTS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
TODO TESTS:
* builder
D initialState
* addDefaultHandler
* this in fn
* _onEnter definable if no state requires param
* handler = string state if no enter params
* _onExit
* '*' handler
* overridable by state
* transition
* deferUntilTransition
* any state
* one state
* state A or state B
* deferAndTransition
D any state (Record<string, ...>)
* any handler (Record<string, ...>)
* addUserDefinedFn
* this in fn
D available in initialize fn
* addInitializeFn
D this in fn
D parameters of initialize = constructor arguments
* namespace
* events
* with and without user defined events
* any event (Record<string, ...>)
* emit
* on
* custom
* internal event
* build
* parameters of handlers
* this in handlers
* instantiate
* parameters
* _onEnter definable if no state requires param
* handler = string state if no enter params
* _onExit
* '*' handler
* transition
* deferUntilTransition
* any state
* one state
* state A or state B
* deferAndTransition