Variable actionTypesConst

    actionTypes: {
        SETID: string;
        SETJSONCURSOR: string;
        SETJSONERROR: string;
        SETJSONHIGHLIGHT: string;
        SETMODEL: string;
        SETMODELVALID: string;
        SETTEMPLATE: string;
        SETTEMPLATECURSOR: string;
        SETTEMPLATEERROR: string;
        SETTEMPLATEHIGHLIGHT: string;
        SETTEMPLATEVALID: string;
    } = ...

    Actions types

    Generated using TypeDoc and TypeDoc Airthium Plugin