Regular Redux store object extended with getController().
- Source:
Methods
(static) getController(path)
A regular Redux store is extended with this function, if created with createStore.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
path |
string
|
Array.<string>
|
Path to get Controller instance mounted at that path. |
Returns:
Instance of Controller or undefined.