StateParams | UI-Router
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StateParams

Hierarchy

  • StateParams

Index

Constructors

Methods

Constructors

Methods

  • $inherit(newParams: any, $current: any, $to: any): 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: any
      :

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

    • $current: any
      :

      Internal definition of object representing the current state.

    • $to: any
      :

      Internal definition of object representing state to transition to.

    Returns any


Generated using TypeDoc