Returns a dot-separated name of the state.
Can be one of (a) a State
instance, (b) an object that was passed
into $stateProvider.state()
, (c) the fully-qualified name of a state as a string.
Returns true
if ref
matches the current State
instance.
The root of this state's tree.
Generated using TypeDoc
object
ui.router.state.type:State
Definition object for states. Includes methods for manipulating the state heirarchy.
A configuration object hash that includes the results of user-supplied values, as well as values from
StateBuilder
.Returns a new
State
object.