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

    Markdown, plain text or a prepared element as the tooltip shown when hovering the card.

    interface ExtensionCardHover {
        content: string | MarkdownString | HTMLElement;
        hoverService: HoverService;
        position?: HoverPosition;
    }
    Index

    Properties

    content: string | MarkdownString | HTMLElement

    An element when the tooltip needs markup the markdown renderer cannot express - the renderer escapes HTML, so a coloured run of text has to be built as DOM.

    hoverService: HoverService
    position?: HoverPosition

    Defaults to 'right'.