BOOLEAN_OPERATOR: {
    AND: "AND";
    NONE: false;
    OR: "OR";
} = ...

States for the boolean operator of a filter.

Type declaration

  • Readonly AND: "AND"
  • Readonly NONE: false
  • Readonly OR: "OR"

Generated using TypeDoc