Encapsulate the desired target of a transition.
Wraps an identifier for a state, a set of parameters, and transition options with the definition of the state.
param
An identifier for a state. Either a fully-qualified path, or the object
used to define the state.
object
ui.router.state.type:TargetState
Encapsulate the desired target of a transition. Wraps an identifier for a state, a set of parameters, and transition options with the definition of the state.
An identifier for a state. Either a fully-qualified path, or the object used to define the state.
The
State
object definition.Parameters for the target state
Transition options.