store property

S store
final

A reference to an instantiated Flux store object that backs the adapter store.

This store instance is the actual container of all store data, with the FluxToReduxAdapterStore acting as an interface to connect to and update that store (though it can be updated directly using Flux outside the scope of the adapter).

Implementation

final S store;