Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/workspace
browser/canonical-uri-service
CanonicalUriProvider
Interface CanonicalUriProvider
interface
CanonicalUriProvider
{
dispose
()
:
void
;
provideCanonicalUri
(
uri
:
URI
,
targetScheme
:
string
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
URI
>
;
}
Hierarchy
Disposable
CanonicalUriProvider
Index
Methods
dispose
provide
Canonical
Uri
Methods
dispose
dispose
()
:
void
Dispose this object.
Returns
void
provide
Canonical
Uri
provideCanonicalUri
(
uri
:
URI
,
targetScheme
:
string
,
token
:
CancellationToken
,
)
:
Promise
<
undefined
|
URI
>
Parameters
uri
:
URI
targetScheme
:
string
token
:
CancellationToken
Returns
Promise
<
undefined
|
URI
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
dispose
provide
Canonical
Uri
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Dispose this object.