IRankingMeasureDropdownBodyRenderProps
Home > @gooddata/sdk-ui-filters > IRankingMeasureDropdownBodyRenderProps
IRankingMeasureDropdownBodyRenderProps 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.
Props passed to a custom renderer for the ranking filter measure dropdown body.
Signature:
export interface IRankingMeasureDropdownBodyRenderProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
() => void |
(BETA) Closes the dropdown without changing the selection. | ||
|
(ref: ObjRefInScope) => void |
(BETA) Selects a measure and closes the dropdown. | ||
|
(BETA) The currently selected ranked measure. |