Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "index"

Index

Variables

Functions

Variables

reducer_internal

reducer_internal: function = combineReducers<ModelState>(allReducers as any as {[index: string]: () => any})

Internal reference to the combined reducer, so the public signature can be well-documented

Type declaration

Functions

createModel

  • Calls Redux.createStore on the glacier reducer and returns the result

    Returns Store<ModelState>

reducer

  • The combined reducer for all state managed by glacier

    Parameters

    Returns ModelState

    A state representing the input state with the given action applied

Generated using TypeDoc