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

    A concrete implementation of IOverlay.

    This is the default overlay implementation for a dock panel.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Construct a new overlay.

      Returns Overlay

    Properties

    node: HTMLDivElement

    The DOM node for the overlay.

    Methods

    • Hide the overlay node.

      Parameters

      • delay: number

        The delay (in ms) before hiding the overlay. A delay value <= 0 will hide the overlay immediately.

      Returns void

    • Show the overlay using the given overlay geometry.

      Parameters

      Returns void