Class CommandOpenHandler

OpenHandler should be implemented to provide a new opener.

Implements

Constructors

Properties

Methods

Constructors

Properties

commands: CommandService
id: "command" = 'command'

A unique id of this handler.

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<boolean>