filter property

List<Object>? filter
getter/setter pair

An expression specifying conditions on source features. Only features that match the filter are displayed.

Implementation

List<Object>? filter;