IMeasureValueFilterCommonProps
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCommonProps
IMeasureValueFilterCommonProps interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface IMeasureValueFilterCommonProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(BETA) (Optional) Catalog items available for dimensionality | |||
|
(BETA) (Optional) | |||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) Enables UI support for defining multiple measure value filter conditions. When set to | ||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) Enables using ranking filters together with measure value filters (MVF). | ||
|
(BETA) (Optional) | |||
|
string |
(BETA) (Optional) Number format pattern for the measure (e.g., "#,##0.00", "$#,##0", etc.). When provided, values in the preview section will be formatted using this pattern. If not provided, falls back to simple number formatting with separators. | ||
|
(BETA) (Optional) | |||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) Whether catalog dimensionality is currently being loaded. If true, the attribute picker can show a small loading indicator. | ||
|
string |
(BETA) (Optional) | ||
|
string |
(BETA) | ||
|
string |
(BETA) (Optional) Human-readable measure title used in UI texts (e.g., preview). If not provided, the preview falls back to showing only operator/value parts. | ||
|
(filter: IMeasureValueFilter | null) => void |
(BETA) | ||
|
(dimensionality: ObjRefInScope[]) => void |
(BETA) (Optional) Callback triggered when dimensionality changes. Used to revalidate catalog items after selection changes. | ||
|
(BETA) (Optional) | |||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) | ||
|
boolean |
(BETA) (Optional) When true, uses K/M/B shortening for compact display in the preview (e.g., "1K" instead of "1,000"). When false or undefined, uses full metric format. This provides consistency between the filter button and preview display. | ||
|
(BETA) (Optional) |