Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sorting/reducer"

Index

Variables

removeItem

removeItem: removeItem

setItem

setItem: setItem

setItems

setItems: setItems

Const sortingReducer

sortingReducer: function = createReducer({},{[ActionTypes.setSortFields]: setItems,[ActionTypes.setSortField]: setItem,[ActionTypes.removeSortField]: removeItem,})

Type declaration

    • (state: S | undefined, action: A): S
    • Parameters

      • state: S | undefined
      • action: A

      Returns S

Made by Horyus. Documentation generated by TypeDoc.