Skip to main content
Version: 1.0.4

IInfoTooltipProps

@spartanfx/react v1.0.4


@spartanfx/react / IInfoTooltipProps

Interface: IInfoTooltipProps

Props for the InfoTooltip component.

Remarks

This interface extends Fluent UI’s ITooltipHostProps, allowing consumers to pass through all standard tooltip configuration options (such as content, delay, calloutProps, etc.).

Additional props are provided to customize the icon and its visual variant.

Extends

  • ITooltipHostProps

Properties

PropertyTypeDescription
iconProps?Partial<IFontIconProps>Optional properties passed to the underlying Fluent UI FontIcon. Remarks This can be used to override the icon name, add custom ARIA attributes, or provide additional styling via className.
variant?"default" | "primary" | "warning"Visual variant of the tooltip icon. Remarks The variant controls the icon color and emphasis via SCSS module classes. Default 'default'