Variable routeDirectionConst

routeDirection: {
    EXACT_IN: "EXACT_IN";
    EXACT_OUT: "EXACT_OUT";
} = ...

Type declaration

  • Readonly EXACT_IN: "EXACT_IN"
  • Readonly EXACT_OUT: "EXACT_OUT"

Generated using TypeDoc