Optional
Readonly
iconReadonly
idA unique id of this handler.
Optional
Readonly
labelA human-readable name of this handler.
Optional
Readonly
providerA human-readable provider name of this handler.
Test 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.
Optional
getTest whether this handler and open the given URI and return the order of this handler in the list.
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.
A css icon class of this handler.