Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BreadcrumbsContribution

Hierarchy

  • BreadcrumbsContribution

Index

Properties

onDidChangeBreadcrumbs: Event<URI>

An event emitter that should fire when breadcrumbs change for a given URI.

priority: number

The priority of this breadcrumbs contribution. Contributions are rendered left to right in order of ascending priority.

type: symbol

The breadcrumb type. Breadcrumbs returned by #computeBreadcrumbs(uri) should have this as Breadcrumb#type.

Methods

  • attachPopupContent(breadcrumb: Breadcrumb, parent: HTMLElement): Promise<undefined | Disposable>