UIViewResolves | @uirouter/react
Options
Menu

Interface UIViewResolves

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

The StateParams for the Transition that activated the component

The StateParams for the Transition that activated the component

This is an alias for:

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

The Transition that activated the component

The Transition that activated the component

Generated using TypeDoc