ResolvableFilter
Home > @gooddata/sdk-ui-dashboard > ResolvableFilter
ResolvableFilter type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Supported dashboard filter types for values resolution.
Signature:
export type ResolvableFilter = Exclude<IDashboardFilter, IMeasureValueFilter>;
References: IDashboardFilter, IMeasureValueFilter
Remarks
Excludes IMeasureValueFilter — measure value filters carry static comparison values, not values that need to be resolved against the backend.
TODO INE: drill payload coverage of MVF will be finalised in https://gooddata.atlassian.net/browse/CQ-2285 (drill-to-dashboard) and https://gooddata.atlassian.net/browse/CQ-2286 (drill-to-URL); audit callers of resolveFilterValues and any signatures previously typed as IDashboardFilter[] when those tickets land.