Logos DX
Preparing search index...
@logosdx/state-machine
TransitionPayload
Type Alias TransitionPayload<Context>
type
TransitionPayload
<
Context
>
=
{
context
:
Context
;
data
?:
any
;
event
:
string
;
from
:
string
;
to
:
string
;
}
Type Parameters
Context
Index
Properties
context
data?
event
from
to
Properties
context
context
:
Context
Optional
data
data
?:
any
event
event
:
string
from
from
:
string
to
to
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
data
event
from
to
Logos DX
Loading...