TargetState | UI-Router
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TargetState

ngdoc

object

name

ui.router.state.type:TargetState

description

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.

param

The State object definition.

param

Parameters for the target state

param

Transition options.

Hierarchy

  • TargetState

Index

Constructors

Properties

_definition: State
_identifier: StateOrName
_params: ParamsOrArray

Methods

  • error(): string
  • exists(): boolean
  • toString(): string
  • valid(): boolean

Generated using TypeDoc