LogicOperator

Concatenates two matching expressions using the AND or OR logical operator.

Members

(constant) AND :LogicOperator

An instance of LogicOperator class representing the AND logical operator.

(constant) OR :LogicOperator

An instance of LogicOperator representing the OR logical operator.

(readonly) id :string

Identifier of the LogicOperator instance; it can be the string "AND" or "OR".
Type:
  • string