StateToken
State token
Constructors
new StateToken()
new StateToken(
idOrData
,loadScreen
?, …transitionSteps
?):StateToken
Parameters
• idOrData: string
| object
• loadScreen?: string
• …transitionSteps?: TransitionStep
[]
Returns
Source
Properties
data
readonly
data:any
Source
loadScreen
readonly
loadScreen:undefined
|string
The load screen to use to transition to this state. Only needed for transitions involving a load screen.
Source
stateId
readonly
stateId:string
The id of the state.
Source
transitionSteps
readonly
transitionSteps:TransitionStep
[]
The list of transition steps to perform.