intro.js
    Preparing search index...
    type TooltipContentProps = {
        container: HTMLElement;
        text: string;
        tooltipRenderAsHtml?: boolean;
    }
    Index

    Properties

    container: HTMLElement

    The container element where the tooltip content will be rendered.

    text: string

    The text content to be displayed in the tooltip.

    tooltipRenderAsHtml?: boolean

    If true, the text will be rendered as HTML.