OpenHandler should be implemented to provide a new opener.

Implements

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>