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

    Contributes real Theia breadcrumbs for the AI Configuration view. The view's resource URI is constant; the breadcrumb path (category › item) is derived from the shared AiConfigurationSelectionModel, and clicking a segment opens a popup to jump to sibling categories/items — matching the editor breadcrumb UX and honoring the breadcrumbs.enabled setting.

    Implements

    Index

    Constructors

    Properties

    onDidChangeBreadcrumbsEmitter: Emitter<URI> = ...
    priority: 100

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

    type: symbol = AI_CONFIGURATION_BREADCRUMB_TYPE

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

    Accessors

    Methods