A concrete implementation of IOverlay.

This is the default overlay implementation for a dock panel.

Implements

Constructors

Properties

Methods

Constructors

Properties

_hidden: boolean = true
_timer: number = -1

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