Search
Preparing search index...
The search index is not available
xstate
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
Edge
Interface Edge<TContext, TEvent, TEventType>
Type parameters
TContext
TEvent
:
EventObject
TEventType
:
TEvent
[
"type"
]
Hierarchy
Edge
Index
Properties
actions
cond
event
meta
source
target
transition
Properties
actions
actions
:
Array
<
Action
<
TContext
,
TEvent
>
>
Optional
cond
cond
:
Condition
<
TContext
,
TEvent
&
{
type
:
TEventType
}
>
event
event
:
TEventType
Optional
meta
meta
:
MetaObject
source
source
:
StateNode
<
TContext
,
any
,
TEvent
>
target
target
:
StateNode
<
TContext
,
any
,
TEvent
>
transition
transition
:
TransitionDefinition
<
TContext
,
TEvent
>
Globals
Edge
actions
cond
event
meta
source
target
transition
Generated using
TypeDoc