action$ property

Actions action$

Return Actions instance.

You can filter the actions those are dispatches throughout the application. And also making effect/s on it/map to state.

Implementation

Actions get action$ => _action$;