State
type in module ui.router.state

Description

Definition object for states. Includes methods for manipulating the state heirarchy.

Usage

State(config);

Parameters

ParamTypeDetails
configObject

A configuration object hash that includes the results of user-supplied values, as well as values from StateBuilder.

Returns

Object

Returns a new State object.

Methods