"state/interface" | @uirouter/core
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "state/interface"

Index

Type aliases

RedirectToResult

RedirectToResult: string | TargetState | { params?: RawParams; state?: string } | void

The return value of a redirectTo function

  • string: a state name
  • TargetState: a target state, parameters, and options
  • object: an object with a state name and parameters

ResolveTypes

StateOrName

StateOrName: string | StateDeclaration | StateObject

_StateDeclaration

_StateDeclaration: StateDeclaration | { constructor: any }

Either a StateDeclaration or an ES6 class that implements StateDeclaration The ES6 class constructor should have no arguments.

Generated using TypeDoc