Abstract Optional childrenOptional initialOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onOptional onStatic Optional childrenStatic idStatic Optional initialTransition to a new active child state node.
The id of the child state node to transition to.
Any data to pass to the onEnter and onExit handlers.
Optional event?: InteractiveEventOptional name?: stringOptional object?: InteractiveObjectparentState.transition('childStateA')
parentState.transition('childStateB', { myData: 4 })
This is a hack / escape hatch that will tell the editor to report a different state as active (in
getCurrentToolId()) when this state is active. This is usually used when a tool transitions to a child of a different state for a certain interaction and then returns to the original tool when that interaction completes; and where we would want to show the original tool as active in the UI.