Variable actionTypesConst

    actionTypes: {
        CLEAR: string;
        DISABLE: string;
        ENABLE: string;
        HIGHLIGHT: string;
        SELECT: string;
        SETDATA: string;
        SETPART: string;
        SETPOINT: string;
        SETPOSTPROCESSING: string;
        SETTYPE: string;
    } = ...

    Action types

    Generated using TypeDoc and TypeDoc Airthium Plugin