Reducer function.
Initial state.
Event subscription to use.
Output event bus.
Protected Readonly eventOutput event bus.
Protected Readonly reducerReducer to use.
Returns if this has started.
Closes this object and releases any system resource associated with it.
Optional options: AbortOptionsReturns an async iterator that yields the latest state on change.
Optional options: AsyncSubscriberOptionsStarts this component.
Optional options: AbortOptionsSubscribes to new messages and returns a handle to unsubscribe.
Generated using TypeDoc
A ReactiveStore that is updated by a reducer function.