Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace store

Index

Type aliases

Dispatch

Dispatch: ModelReducers & typeof store.dispatch

GlobalEvent

GlobalEvent: { type: "global"; value: { changes: any; modelId: string } }

Type declaration

  • type: "global"
  • value: { changes: any; modelId: string }
    • changes: any
    • modelId: string

ModelReducers

ModelReducers: { ui: UIReducers }

Type declaration

  • ui: UIReducers

Watcher

Watcher: (event: GlobalEvent) => void

Type declaration

Variables

Const dispatch

dispatch: Dispatch = ...

rematch-redux dispatch

Functions

Const getState

  • getState(): ExtractRematchStateFromModels<{ ui: { reducers: { setCurrentPage: any; setCurrentPointer: any; showOverlay: any }; state: UIState } }>
  • rematch-redux getState

    Returns ExtractRematchStateFromModels<{ ui: { reducers: { setCurrentPage: any; setCurrentPointer: any; showOverlay: any }; state: UIState } }>

removeWatcher

  • removeWatcher(watcher: Watcher): void

watch

Generated using TypeDoc