Pre-calculated dimensions of the completer widget box.

interface IDimensions {
    height: number;
    width: number;
}

Properties

Properties

height: number

The total height of the visible part of the completer.

width: number

The total width including the documentation panel if visible.