Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext-headless
common/headless-plugin-protocol
UriExt
Interface UriExt
interface
UriExt
{
$handleExternalUri
(
uri
:
UriComponents
)
:
Promise
<
void
>
;
registerUriHandler
(
handler
:
UriHandler
,
plugin
:
PluginInfo
)
:
Disposable
;
}
Index
Methods
$handle
External
Uri
register
Uri
Handler
Methods
$handle
External
Uri
$handleExternalUri
(
uri
:
UriComponents
)
:
Promise
<
void
>
Parameters
uri
:
UriComponents
Returns
Promise
<
void
>
register
Uri
Handler
registerUriHandler
(
handler
:
UriHandler
,
plugin
:
PluginInfo
)
:
Disposable
Parameters
handler
:
UriHandler
plugin
:
PluginInfo
Returns
Disposable
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$handle
External
Uri
register
Uri
Handler
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...