Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Overlay

A concrete implementation of IOverlay.

This is the default overlay implementation for a dock panel.

Hierarchy

  • Overlay

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _hidden

_hidden: boolean = true

Private _timer

_timer: number = -1

node

node: HTMLDivElement

The DOM node for the overlay.

Methods

hide

  • hide(delay: number): void
  • 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

Generated using TypeDoc