Constructors

Methods

Constructors

Methods

  • 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