ecspresso
Preparing search index...
plugins/state-machine
StateTransitionEvent
Interface StateTransitionEvent<S>
Event published on every state transition.
interface
StateTransitionEvent
<
S
extends
string
=
string
>
{
definitionId
:
string
;
entityId
:
number
;
from
:
S
;
to
:
S
;
}
Type Parameters
S
extends
string
=
string
Union of state name strings (default: string)
Index
Properties
definition
Id
entity
Id
from
to
Properties
definition
Id
definitionId
:
string
entity
Id
entityId
:
number
from
from
:
S
to
to
:
S
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definition
Id
entity
Id
from
to
ecspresso
Loading...
Event published on every state transition.