Theia API Documentation v1.65.0
    Preparing search index...

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

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

    Properties

    Properties

    "data-for": string

    The ID of the tooltip renderer. Should be TOOLTIP_ID.

    "data-tip": string

    HTML to render in the tooltip.