IMeasureValueFilterCommonProps
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCommonProps
IMeasureValueFilterCommonProps interface
This API is provided as a 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 | Type | Description |
|---|---|---|
| displayTreatNullAsZeroOption? | boolean | (BETA) (Optional) |
| enableOperatorSelection? | boolean | (BETA) (Optional) |
| filter | IMeasureValueFilter | (BETA) |
| locale? | string | (BETA) (Optional) |
| measureIdentifier | string | (BETA) |
| onApply | (filter: IMeasureValueFilter) => void | (BETA) |
| separators? | ISeparators | (BETA) (Optional) |
| treatNullAsZeroDefaultValue? | boolean | (BETA) (Optional) |
| usePercentage? | boolean | (BETA) (Optional) |
| warningMessage? | WarningMessage | (BETA) (Optional) |