The HsAction class represents an action in the system.
It extends the HsObservable class and implements the IHsAction interface.
The class provides a way to manage the state and type of actions within the application.
It includes properties for the action type, payload, and current state.
The
HsActionclass represents an action in the system. It extends theHsObservableclass and implements theIHsActioninterface. The class provides a way to manage the state and type of actions within the application. It includes properties for the action type, payload, and current state.