Store

Store

Regular Redux store object extended with getController().

Source:

Methods

(static) getController(pathopt)

A regular Redux store is extended with this function, if created with createStore.

Source:
Parameters:
Name Type Attributes Description
path string | Array.<string> <optional>

Path to get Controller instance mounted at that path or undefined.

Returns:

Instance of Controller, undefined or the object containing all controllers with mount path strings as the keys.