Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
core
BackendApplication
Class BackendApplication
The main entry point for Theia applications.
Hierarchy
BackendApplication
Index
Constructors
constructor
Properties
_performance
Observer
app
application
Package
cli
Params
contributions
Provider
process
Utils
Methods
configure
initialize
measure
on
Stop
serve
Gzipped
start
use
Constructors
constructor
new
Backend
Application
(
contributionsProvider
:
ContributionProvider
<
BackendApplicationContribution
>
, cliParams
:
BackendApplicationCliContribution
)
:
BackendApplication
Parameters
contributionsProvider:
ContributionProvider
<
BackendApplicationContribution
>
cliParams:
BackendApplicationCliContribution
Returns
BackendApplication
Properties
Private
Readonly
_performance
Observer
_performance
Observer
:
PerformanceObserver
Protected
Readonly
app
app
:
Application
= ...
Protected
Readonly
application
Package
application
Package
:
ApplicationPackage
Protected
Readonly
cli
Params
cli
Params
:
BackendApplicationCliContribution
Protected
Readonly
contributions
Provider
contributions
Provider
:
ContributionProvider
<
BackendApplicationContribution
>
Protected
Readonly
process
Utils
process
Utils
:
ProcessUtils
Methods
Protected
configure
configure
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
initialize
initialize
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
measure
measure<T>
(
name
:
string
, fn
:
(
)
=>
MaybePromise
<
T
>
)
:
Promise
<
T
>
Type parameters
T
Parameters
name:
string
fn:
(
)
=>
MaybePromise
<
T
>
(
)
:
MaybePromise
<
T
>
Returns
MaybePromise
<
T
>
Returns
Promise
<
T
>
Protected
on
Stop
on
Stop
(
)
:
void
Returns
void
Protected
serve
Gzipped
serve
Gzipped
(
contentType
:
string
, req
:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
, res
:
Response
<
any
,
Record
<
string
,
any
>
>
, next
:
NextFunction
)
:
Promise
<
void
>
Parameters
contentType:
string
req:
Request
<
ParamsDictionary
,
any
,
any
,
ParsedQs
,
Record
<
string
,
any
>
>
res:
Response
<
any
,
Record
<
string
,
any
>
>
next:
NextFunction
Returns
Promise
<
void
>
start
start
(
aPort
?:
number
, aHostname
?:
string
)
:
Promise
<
Server
|
Server
>
Parameters
Optional
aPort:
number
Optional
aHostname:
string
Returns
Promise
<
Server
|
Server
>
use
use
(
...
handlers
:
Handler
[]
)
:
void
Parameters
Rest
...
handlers:
Handler
[]
Returns
void
Exports
core
Application
Error
Application
Props
Application
Shell
Application
Shell
Layout
Migration
Error
Application
Shell
Mouse
Tracker
Backend
Application
Config
Binary
Buffer
Readable
Binary
Buffer
Readable
Buffered
Stream
Binary
Buffer
Readable
Stream
Binary
Buffer
Writeable
Stream
Bindable
Cancellation
Token
Color
Command
Common
Commands
Common
Menus
Composite
Tree
Element
Composite
Tree
Element
Node
Composite
Tree
Node
Console
Logger
Context
Key
Decorated
Tree
Node
Default
Json
Schema
Contribution
Description
Widget
Dialog
Dialog
Error
Diff
Uris
Disposable
Electron
Commands
Electron
Frontend
Application
Config
Electron
Main
Process
Argv
Electron
Menus
Electron
Messaging
Service
Electron
Text
Input
Context
Menu
Endpoint
Event
Event
Listener
Object
Expandable
Tree
Node
File
Uri
Focusable
Tree
Selection
Frontend
Application
Config
Frontend
Application
Preference
Config
Fuzzy
Search
Generator
Config
IPCEntry
Point
Iterators
Key
Key
Code
Key
Modifier
Key
Sequence
Keybinding
Keybinding
Contexts
Keybinding
Registry
Keybinding
Scope
Keyboard
Commands
Keys
OrKey
Codes
Label
Icon
Localization
Log
Level
Menu
Action
Messaging
Contribution
Messaging
Service
Mock
Tree
Model
Navigatable
Navigatable
Widget
Navigatable
Widget
Options
Npm
Registry
Props
OS
Override
Preference
Name
Preference
Data
Property
Preference
Provider
Data
Change
Preference
Schema
Preference
Schema
Properties
Preference
Scope
Prioritizeable
Progress
Message
Published
Node
Package
Quick
Pick
Item
Quick
Pick
Separator
Raw
Extension
Package
Readable
Render
Context
Menu
Options
Resource
Resource
Error
Saveable
Saveable
Widget
Search
Box
Search
Box
Debounce
Options
Search
Box
Props
Selectable
Tree
Node
Selection
Command
Handler
Severity
Shell
Layout
Restorer
Side
Panel
Special
Cases
Stateful
Widget
Styles
Tab
Bar
Delegator
Tab
Bar
Toolbar
Tab
Bar
Toolbar
Item
Text
Document
Content
Change
Delta
Toolbar
Aware
Tab
Bar
Tree
Element
Node
Tree
Iterator
Tree
Model
Impl
Tree
Node
Tree
Selection
Tree
Selection
Service
Impl
Tree
Source
Node
Tree
Widget
Tree
Widget
Selection
URIIcon
Reference
Unsafe
Widget
Utilities
Uri
Aware
Command
Handler
Uri
Selection
View
Container
View
Container
Layout
View
Container
Part
Wait
Until
Event
Web
Socket
Channel
Web
Socket
Channel
Connection
Widget
Decoration
Window
Commands
Zoom
Level
nls
Backend
Application
constructor
_performance
Observer
app
application
Package
cli
Params
contributions
Provider
process
Utils
configure
initialize
measure
on
Stop
serve
Gzipped
start
use
The main entry point for Theia applications.