Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/mini-browser
browser/location-mapper-service
LocationMapperService
Class LocationMapperService
Location mapper service.
Index
Constructors
constructor
Properties
contributions
Methods
default
Mapper
get
Contributions
map
prioritize
Constructors
constructor
new
LocationMapperService
()
:
LocationMapperService
Returns
LocationMapperService
Properties
Protected
Readonly
contributions
contributions
:
ContributionProvider
<
LocationMapper
>
Methods
Protected
default
Mapper
defaultMapper
()
:
(
location
:
string
)
=>
MaybePromise
<
string
>
Returns
(
location
:
string
)
=>
MaybePromise
<
string
>
Protected
get
Contributions
getContributions
()
:
LocationMapper
[]
Returns
LocationMapper
[]
map
map
(
location
:
string
)
:
Promise
<
string
>
Parameters
location
:
string
Returns
Promise
<
string
>
Protected
prioritize
prioritize
(
location
:
string
)
:
Promise
<
LocationMapper
[]
>
Parameters
location
:
string
Returns
Promise
<
LocationMapper
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
contributions
Methods
default
Mapper
get
Contributions
map
prioritize
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Location mapper service.