FilterButtonCustomIcon()
Home > @gooddata/sdk-ui-filters > FilterButtonCustomIcon
FilterButtonCustomIcon() function
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.
Renders a small icon (with hover bubble) inside a filter button — used to surface filter mode hints such as HIDDEN or LOCKED. Shared between filter implementations.
Signature:
export declare function FilterButtonCustomIcon({ customIcon, disabled }: IFilterButtonCustomIconProps): import("react/jsx-runtime").JSX.Element | null;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ customIcon, disabled } |
Returns:
import("react/jsx-runtime").JSX.Element | null