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

    A tooltip element paired with a Disposable that releases resources held by its rendered content (e.g. a markdown render result). Dispose it when the tooltip is torn down.

    interface SessionTooltip {
        element: HTMLElement;
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    element: HTMLElement

    Methods

    • Dispose this object.

      Returns void