StateParams | angular-ui-router
Options
Menu

Hierarchy

  • StateParams

Indexable

[key: string]: any

Index

Constructors

Methods

Constructors

Methods

  • $inherit(newParams: Obj, $current: State, $to: State): any
  • Merges a set of parameters with all parameters inherited between the common parents of the current state and a given destination state.

  • 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 State
      :

      Internal definition of object representing the current state.

    • $to State
      :

      Internal definition of object representing state to transition to.

    Returns any


Generated using TypeDoc