IFilterMenuProps
Home > @gooddata/sdk-ui-filters > IFilterMenuProps
IFilterMenuProps interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Props for FilterMenu component.
Signature:
export interface IFilterMenuProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) (Optional) Available filter selection types | |||
|
(ALPHA) Current filter selection type | |||
|
boolean |
(ALPHA) (Optional) If true, tooltips in the menu are hidden. | ||
|
(ALPHA) (Optional) Labels for "Values as" section. When more than one, the section is shown. | |||
|
(labelRef: ObjRef) => void |
(ALPHA) (Optional) Callback when label is selected. | ||
|
(selectionType: AttributeFilterSelectionType) => void |
(ALPHA) Callback when selection type is changed | ||
|
(ALPHA) (Optional) Currently selected label ref. |