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
HsAction
class represents an action in the system. It extends theHsObservable
class and implements theIHsAction
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.