hosanna-ui-docs - v0.9.0
    Preparing search index...

    Class HsAction<T>

    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.

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    __hs_isObservable: boolean = true
    _cacheKey: string = 'TODO'
    actionType: T = ...
    finishState: ActionState = ActionState.Pending
    payload?: JsonData
    state: ActionState = ActionState.Pending
    version: number = 0

    Methods