Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • BreadcrumbPopupContainer

Implements

Index

Constructors

Properties

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

Accessors

  • get container(): HTMLElement
  • get isOpen(): boolean
  • get onDidDispose(): Event<void>

Methods

  • createPopupDiv(position: Coordinate): HTMLDivElement
  • dispose(): void
  • escFunction(event: KeyboardEvent): void
  • init(): void
  • onFocusOut(event: FocusEvent): void