Protected
Readonly
clipboardProtected
Readonly
commandReadonly
idA unique id of this handler.
Protected
Readonly
openerProtected
Readonly
optionsProtected
Readonly
outputProtected
Readonly
quickProtected
Readonly
quickProtected
Readonly
shellOptional
Readonly
toggleProtected
Readonly
widgetTest whether this handler can open the given URI for given options. Return a nonzero number if this handler can open; otherwise it cannot. Never reject.
A returned value indicating a priority of this handler.
Protected
initOpen 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.
Optional
options: OpenerOptionsOptional
args: Partial<OpenViewArguments>Protected
pickRegisters keybindings.
the keybinding registry.
Protected
with
OpenHandler
should be implemented to provide a new opener.