Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
core
ApplicationServer
Interface ApplicationServer
interface
ApplicationServer
{
getApplicationInfo
(
)
:
Promise
<
undefined
|
ApplicationInfo
>
;
getApplicationPlatform
(
)
:
Promise
<
string
>
;
getApplicationRoot
(
)
:
Promise
<
string
>
;
getBackendOS
(
)
:
Promise
<
core
.
Type
>
;
getExtensionsInfos
(
)
:
Promise
<
ExtensionInfo
[]
>
;
}
Implemented by
ApplicationServerImpl
Index
Methods
get
Application
Info
get
Application
Platform
get
Application
Root
get
BackendOS
get
Extensions
Infos
Methods
get
Application
Info
get
Application
Info
(
)
:
Promise
<
undefined
|
ApplicationInfo
>
Returns
Promise
<
undefined
|
ApplicationInfo
>
get
Application
Platform
get
Application
Platform
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Application
Root
get
Application
Root
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
get
BackendOS
get
BackendOS
(
)
:
Promise
<
core
.
Type
>
Returns
Promise
<
core
.
Type
>
Deprecated
since 1.25.0. Use
OS.backend.type()
instead.
get
Extensions
Infos
get
Extensions
Infos
(
)
:
Promise
<
ExtensionInfo
[]
>
Returns
Promise
<
ExtensionInfo
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
get
Application
Info
get
Application
Platform
get
Application
Root
get
BackendOS
get
Extensions
Infos
Theia TypeDoc
Loading...
Deprecated
since 1.25.0. Use
OS.backend.type()
instead.