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

Interface UIRouterGlobals

Global mutable state

This is where we hold the global mutable state such as current state, current params, current transition, etc.

Hierarchy

  • UIRouterGlobals

Implemented by

Index

Properties

$current: State

Current state

Current state

The to-state from the latest successful transition

current: StateDeclaration

Current state

Current state

The to-state from the latest successful transition

params: StateParams

Current parameter values

Current parameter values

The parameter values from the latest successful transition

transition: Transition

The current transition (in progress)

The current transition (in progress)

Generated using TypeDoc