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
app
application
Package
cli
Params
contributions
Provider
process
Utils
stopwatch
Methods
configure
handle
Uncaught
Error
init
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
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
Protected
Readonly
stopwatch
stopwatch
:
Stopwatch
Methods
Protected
configure
configure
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Protected
handle
Uncaught
Error
handle
Uncaught
Error
(
error
:
Error
)
:
void
Parameters
error:
Error
Returns
void
Protected
init
init
(
)
:
void
Returns
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
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
|
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
Parameters
Optional
aPort:
number
Optional
aHostname:
string
Returns
Promise
<
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
|
Server
<
typeof
IncomingMessage
,
typeof
ServerResponse
>
>
use
use
(
...
handlers
:
Handler
[]
)
:
void
Parameters
Rest
...
handlers:
Handler
[]
Returns
void
Modules
bulk-
edit
callhierarchy
console
core
Application
Error
Application
Shell
Application
Shell
Layout
Migration
Error
Application
Shell
Mouse
Tracker
Array
Utils
Badge
Widget
Binary
Buffer
Readable
Binary
Buffer
Readable
Buffered
Stream
Binary
Buffer
Readable
Stream
Binary
Buffer
Writeable
Stream
Bindable
CSSIcon
Cancellation
Token
Color
Command
Command
Menu
Node
Common
Commands
Common
Menus
Composite
Tree
Element
Composite
Tree
Element
Node
Composite
Tree
Node
Compound
Menu
Node
Console
Logger
Context
Key
Decorated
Tree
Node
Decoration
Style
Default
Json
Schema
Contribution
Description
Widget
Dialog
Dialog
Error
Diff
Uris
Disposable
Disposable
Group
Dynamic
Toolbar
Widget
Electron
Commands
Electron
Main
Process
Argv
Electron
Menus
Electron
Messaging
Service
Electron
Text
Input
Context
Menu
Endpoint
Event
Event
Listener
Object
Expandable
Tree
Node
Extractable
Widget
File
Uri
Focusable
Tree
Selection
Frontend
Application
Preference
Config
Fuzzy
Search
Hover
Position
IPCEntry
Point
Iterators
Key
Key
Code
Key
Modifier
Key
Sequence
Keybinding
Keybinding
Contexts
Keybinding
Registry
Keybinding
Scope
Keyboard
Commands
Keys
Or
Key
Codes
Label
Icon
Localization
Log
Level
Markdown
String
Menu
Action
Menu
Toolbar
Item
Messaging
Contribution
Messaging
Service
Mock
Tree
Model
Navigatable
Navigatable
Widget
Navigatable
Widget
Options
OS
On
Will
Stop
Action
Override
Preference
Name
Path
Preference
Data
Property
Preference
Provider
Data
Change
Preference
Schema
Preference
Schema
Properties
Preference
Scope
Prioritizeable
Progress
Message
Quick
Input
Button
Quick
Pick
Item
Quick
Pick
Separator
Raw
Keybinding
Readable
Resource
Resource
Error
Saveable
Saveable
Widget
Scrollable
Tab
Bar
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
Theia
Dock
Panel
Theia
RendererAPI
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
Widget
Decoration
Window
Commands
Zoom
Level
nls
debug
editor
editor-
preview
electron
external-
terminal
file-
search
filesystem
getting-
started
git
keymaps
markers
memory-
inspector
messages
metrics
mini-
browser
monaco
navigator
outline-
view
output
plugin
plugin-
dev
plugin-
ext
plugin-
ext-
vscode
plugin-
metrics
preferences
preview
process
property-
view
scm
scm-
extra
search-
in-
workspace
secondary-
window
task
terminal
timeline
toolbar
typehierarchy
userstorage
variable-
resolver
vsx-
registry
workspace
Backend
Application
constructor
app
application
Package
cli
Params
contributions
Provider
process
Utils
stopwatch
configure
handle
Uncaught
Error
init
initialize
measure
on
Stop
serve
Gzipped
start
use
The main entry point for Theia applications.