filters
Home > @gooddata/sdk-ui-geo > IGeoCommonExecutionProps > filters
IGeoCommonExecutionProps.filters property
Filters applied to every layer execution.
Signature:
filters?: NullableFiltersOrPlaceholders;
Remarks
These filters are treated as **global** for the whole geo visualization: - They apply to the primary layer and to all additional layer executions. - Layer-specific filters (IGeoLayer.filters) are still supported. - When both are provided, these **global** filters are applied *after* layer filters and therefore take precedence for filter types with “last wins” merge rules (e.g. date filters for the same date dataset, measure value filters for the same measure). Other filter types may accumulate according to SDK merge semantics.