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.