Variable
Static Public Summary | ||
public |
The persistor object from redux-persist. |
|
public |
The initial state of the Settings Redux store. |
|
public |
The Redux store. |
|
public |
The initial state of the UI Redux store. |
Static Public
public persistor: Object source
import {persistor} from 'pokedex-net-client/src/stores/index.js'
The persistor object from redux-persist.
public settingsDefaultState: Object source
import {settingsDefaultState} from 'pokedex-net-client/src/stores/settings/index.js'
The initial state of the Settings Redux store.
public store: Object source
import store from 'pokedex-net-client/src/stores/index.js'
The Redux store.
public uiDefaultState: Object source
import {uiDefaultState} from 'pokedex-net-client/src/stores/ui/index.js'
The initial state of the UI Redux store.
Properties:
Name | Type | Attribute | Description |
modalContent | null | React.Component |
|
The React Component loaded into the modal. |
modalVisible | boolean |
|
Whether or not the modal is visible. |
sidebarOpen | boolean |
|
Whether or not the sidebar is open. |
metrics | Object | Object of layout metric variables. |
|
metrics.headerHeight | number |
|
Height of header. |
metrics.windowWidth | number |
|
Width of widnow. |