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

Action types

Type declaration

  • CLEAR: string
  • DISABLE: string
  • ENABLE: string
  • HIGHLIGHT: string
  • SELECT: string
  • SETDATA: string
  • SETPART: string
  • SETPOINT: string
  • SETPOSTPROCESSING: string
  • SETTYPE: string