IFilterButtonCustomIcon
Home > @gooddata/sdk-ui-filters > IFilterButtonCustomIcon
IFilterButtonCustomIcon 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.
Represents a custom icon with associated tooltip information.
Signature:
export interface IFilterButtonCustomIcon
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
bubbleAlignPoints? | IAlignPoint[] | (ALPHA) (Optional) Optional alignment points for positioning the bubble associated with the icon. | |
bubbleClassNames? | string | (ALPHA) (Optional) Optional class names to style a bubble associated with the icon. | |
icon | string | (ALPHA) The icon to be displayed. | |
tooltip | string | (ALPHA) The tooltip text to be shown when the icon is hovered over. |