UIViewResolves | @uirouter/react
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface for [[InjectedProps.resolves]]

This Typescript interface shows what fields are available on the resolves field.

Hierarchy

  • UIViewResolves

Indexable

[key: string]: any

Any key/value pair defined by a state's resolve

If a state defines any ReactStateDeclaration.resolves, they will be found on this object.

Index

Properties

$stateParams

$stateParams: StateParams

The StateParams for the Transition that activated the component

This is an alias for:

let $stateParams = $transition$.params("to");

$transition$

$transition$: Transition

The Transition that activated the component

Generated using TypeDoc