deno.land / x / xstate@xstate@4.33.6 / src / actionTypes.ts

actionTypes.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
import { ActionTypes } from './types';
// xstate-specific action typesexport const start = ActionTypes.Start;export const stop = ActionTypes.Stop;export const raise = ActionTypes.Raise;export const send = ActionTypes.Send;export const cancel = ActionTypes.Cancel;export const nullEvent = ActionTypes.NullEvent;export const assign = ActionTypes.Assign;export const after = ActionTypes.After;export const doneState = ActionTypes.DoneState;export const log = ActionTypes.Log;export const init = ActionTypes.Init;export const invoke = ActionTypes.Invoke;export const errorExecution = ActionTypes.ErrorExecution;export const errorPlatform = ActionTypes.ErrorPlatform;export const error = ActionTypes.ErrorCustom;export const update = ActionTypes.Update;export const choose = ActionTypes.Choose;export const pure = ActionTypes.Pure;
xstate

Version Info

Tagged at
2 years ago