Class BreadcrumbPopupContainer

This class creates a popup container at the given position so that contributions can attach their HTML elements as children of BreadcrumbPopupContainer#container.

  • dispose() is called on blur or on hit on escape

Implements

Constructors

Properties

_container: HTMLElement
_isOpen: boolean
breadcrumbId: string
onDidDisposeEmitter: Emitter<void> = ...
parent: HTMLElement
position: Coordinate
toDispose: DisposableCollection = ...

Accessors

Methods