Skip to main content

publicReducer

Describes a step in the variables overriding chain.

Index

Properties

Methods

Properties

name

name: string

Name of the reducer.

Methods

reduce

  • reduce(target: Record<string, any>, componentName?: string): Record<string, any>
  • Overrides variables for the specified component. If component name is not specified then overrides only global variables.


    Parameters

    • target: Record<string, any>
    • optionalcomponentName: string

    Returns Record<string, any>