IRankingFilterDropdownProps
Home > @gooddata/sdk-ui-filters > IRankingFilterDropdownProps
IRankingFilterDropdownProps 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 IRankingFilterDropdownProps
Properties
| Property | Type | Description |
|---|---|---|
| anchorEl? | HTMLElement | string | (BETA) (Optional) |
| attributeItems | IAttributeDropdownItem[] | (BETA) |
| customGranularitySelection? | ICustomGranularitySelection | (BETA) (Optional) |
| enableRenamingMeasureToMetric? | boolean | (BETA) (Optional) |
| filter | IRankingFilter | (BETA) |
| locale? | string | (BETA) (Optional) |
| measureItems | IMeasureDropdownItem[] | (BETA) |
| onApply | (filter: IRankingFilter) => void | (BETA) |
| onCancel? | () => void | (BETA) (Optional) |
| onDropDownItemMouseOut? | () => void | (BETA) (Optional) |
| onDropDownItemMouseOver? | (ref: ObjRefInScope) => void | (BETA) (Optional) |