console.redux-reducer

Adds new reducer to Console Redux store which operates on plugins.<scope> substate.

Name Value Type Optional Description

scope

string

no

The key to represent the reducer-managed substate within the Redux state object.

reducer

CodeRef<Reducer<any, AnyAction>>

no

The reducer function, operating on the reducer-managed substate.