Interface TooltipAttributes

Attributes to be added to an HTML element to enable rich HTML tooltip rendering

interface TooltipAttributes {
    data-for: string;
    data-tip: string;
}

Properties

Properties

data-for: string

The ID of the tooltip renderer. Should be TOOLTIP_ID.

data-tip: string

HTML to render in the tooltip.