Reducer interface
export interface Reducer
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
name | string | Name of the reducer. |
Methods
Method | Description |
---|---|
reduce(target, componentName) | Overrides variables for the specified component. If component name is not specified then overrides only global variables. |