action$ property

Actions action$

Return a Acctions instance.

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

Implementation

Actions get action$ => _action$;