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

Hierarchy

  • StateParams

Indexable

[key: string]: any

Index

Constructors

Methods

Constructors

constructor

Methods

$inherit

  • Merges a set of parameters with all parameters inherited between the common parents of the current state and a given destination state.

    Parameters

    • newParams: Obj

      The set of parameters which will be composited with inherited params.

    • $current: StateObject

      Internal definition of object representing the current state.

    • $to: StateObject

      Internal definition of object representing state to transition to.

    Returns any

Generated using TypeDoc