Any key/value pair defined by a state's resolve
If a state defines any ReactStateDeclaration.resolves, they will be found on this object.
The StateParams
for the Transition
that activated the component
This is an alias for:
let $stateParams = $transition$.params("to");
The Transition
that activated the component
Generated using TypeDoc
Interface for [[InjectedProps.resolves]]
This Typescript interface shows what fields are available on the
resolves
field.