GoodData.UI API reference
  • All Products
  • All Products
  • GoodData.UI
  • API Reference
  • University
  • Community
  • Documentation
  • Support
  • 11.18.0
  • Code samples
  • GitHub

filters

Home > @gooddata/sdk-ui-geo > IGeoLayerBase > filters

IGeoLayerBase.filters property

Filters specific to this layer.

Signature:

filters?: INullableFilter[];

Remarks

Array of filters applied only to this layer's data execution.

These filters are applied **before** any global/component-level filters (e.g. GeoChart.filters). When both layer and global filters are provided, the global filters are applied *after* the layer filters and therefore take precedence for filter types with “last wins” merge rules (for example date filters for the same date dataset or measure value filters for the same measure). Other filter types may accumulate according to SDK merge semantics.

  • IGeoLayerBase.filters property
  • Remarks
GoodData resources:
  • Documentation
Follow the community:
  • Community
Copyright © 2007–2026 GoodData Corporation. All Rights Reserved. Code licensed under a dual license - CC BY‑NC 4.0 for trial experience and GoodData.UI EULA for commercial use