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

    Interface IHsAction<T>

    interface IHsAction<T = BaseActionType> {
        actionType: T;
        payload?: JsonData;
        state: ActionState;
        setState(state: ActionState): void;
    }

    Type Parameters

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    Methods

    Properties

    actionType: T
    payload?: JsonData

    Methods