Class: Or

ol/format/filter/Or~Or


import Or from 'ol/format/filter/Or';

Represents a logical <Or> operator between two ore more filter conditions.

new Or(conditions)

Name Type Description
conditions module:ol/format/filter/Filter~Filter

Conditions.

Extends

  • module:ol/format/filter/LogicalNary~LogicalNary