You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| getState | get a state `@param*` - index of state needed | state |
267
-
| getCurrentState | get the current state | current state object |
268
-
| getProp | get a prop from current state `@param*` - string path to prop | property you request |
269
-
| changeState (WIP) | change the version of the state `@param*` - `{requestedState: index of state, action: (optional name of event to emit)}`| emits `action` parameter event or 'STATE_CHANGED' event with the new current state |
270
-
| resetState | resets the `stateStorage` array to an empty array | emits 'STATE_RESET' |
| getState | get a state `@param*` - index of state needed | state |
267
+
| getCurrentState | get the current state | current state object |
268
+
| getProp | get a prop from current state `@param*` - string path to prop | property you request |
269
+
| changeState (WIP) | change the version of the state `@param*` - `{requestedState: index of state, action: (optional name of event to emit)}`| emits `action` parameter event or 'STATE_CHANGED' event with the new current state |
270
+
| resetState | resets the `stateStorage` array to an empty array | emits 'STATE_RESET' |
0 commit comments