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

    Markdown (or plain text) tooltip shown when hovering the card.

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

    Properties

    content: string | MarkdownString
    hoverService: HoverService
    position?: HoverPosition

    Defaults to 'right'.