AttributeFilterButtonTooltip()
Home > @gooddata/sdk-ui-filters > AttributeFilterButtonTooltip
AttributeFilterButtonTooltip() function
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.
Tooltip details for the AttributeFilterDropdownButton.
Signature:
export declare function AttributeFilterButtonTooltip({ children }: {
    children?: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| { children } | { children?: ReactNode; } | 
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
It displays AttributeFilterDropdownButton tooltip details in the GoodData look and feel. It displays the default title, custom title and data set title of the related attribute filter.