Theia API Documentation v1.65.0
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    breadcrumbsFileTreeWidget: BreadcrumbsFileTreeWidget
    fileSystem: FileService
    labelProvider: LabelProvider
    onDidChangeBreadcrumbsEmitter: Emitter<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.

    workspaceService: WorkspaceService

    Accessors

    • get onDidChangeBreadcrumbs(): Event<URI>

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

      Returns Event<URI>

    Methods

    • Attaches the breadcrumb popup content for the given breadcrumb as child to the given parent. If it returns a Disposable, it is called when the popup closes.

      Parameters

      Returns Promise<undefined | Disposable>