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

    OpenHandler should be implemented to provide a new opener.

    Implements

    Index

    Constructors

    Properties

    externalUriService: ExternalUriService
    id: "http" = 'http'

    A unique id of this handler.

    windowService: WindowService
    PRIORITY: number = 500

    Methods

    • Open a widget for the given URI and options. Resolve to an opened widget or undefined, e.g. if a page is opened. Never reject if canHandle return a positive number; otherwise should reject.

      Parameters

      Returns Promise<undefined>