IMeasureValueFilterCustomComponentProps
Home > @gooddata/sdk-ui-filters > IMeasureValueFilterCustomComponentProps
IMeasureValueFilterCustomComponentProps 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.
Customizable component slots for the Measure Value Filter dropdown.
Mirrors IAttributeFilterCustomComponentProps — every slot is a ComponentType<...>, never a ReactNode. Omitted slots fall back to the SDK defaults (the HeaderComponent slot has no default and renders nothing).
Signature:
export interface IMeasureValueFilterCustomComponentProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ComponentType<IMeasureValueFilterBodyProps> |
(BETA) (Optional) Customize the dropdown body — the area between the header and the actions footer. | ||
|
ComponentType<IMeasureValueFilterDropdownActionsProps> |
(BETA) (Optional) Customize the dropdown actions (footer) component. |