Preparing search index...
The search index is not available
@lightningjs/core
@lightningjs/core
Lightning
Component
StateMachineEvent
Interface StateMachineEvent
State machine data passed to the
Component.$enter
and
Component.$exit
events of states
interface
StateMachineEvent
{
newState
:
string
;
prevState
:
string
;
sharedState
:
string
;
}
Index
Properties
new
State
prev
State
shared
State
Properties
new
State
newState
:
string
prev
State
prevState
:
string
shared
State
sharedState
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
new
State
prev
State
shared
State
@lightningjs/core
Loading...
State machine data passed to the Component.$enter and Component.$exit events of states