Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
console
ConsoleWidget
Class ConsoleWidget
Hierarchy
BaseWidget
ConsoleWidget
Implements
StatefulWidget
Index
Constructors
constructor
Properties
_input
_session
content
editor
Provider
history
options
session
Manager
total
Height
total
Width
styles
Accessors
input
session
Methods
clear
collapse
All
compute
Height
create
Input
do
Init
execute
has
Input
Focus
init
navigate
Back
navigate
Forward
on
Activate
Request
on
Resize
resize
Content
restore
State
reveal
Last
Output
select
All
store
State
update
Font
create
Container
Constructors
constructor
new
Console
Widget
(
)
:
ConsoleWidget
Returns
ConsoleWidget
Properties
Protected
_input
_input
:
MonacoEditor
Protected
_session
_session
:
undefined
|
ConsoleSession
Readonly
content
content
:
ConsoleContentWidget
Protected
Readonly
editor
Provider
editor
Provider
:
MonacoEditorProvider
Protected
Readonly
history
history
:
ConsoleHistory
Protected
Readonly
options
options
:
ConsoleOptions
Protected
Readonly
session
Manager
session
Manager
:
ConsoleSessionManager
Protected
total
Height
total
Height
:
number
= -1
Protected
total
Width
total
Width
:
number
= -1
Static
styles
styles
:
{
content
:
string
;
input
:
string
;
node
:
string
}
= ...
Type declaration
content
:
string
input
:
string
node
:
string
Accessors
input
get
input
(
)
:
MonacoEditor
Returns
MonacoEditor
session
get
session
(
)
:
undefined
|
ConsoleSession
set
session
(
session
:
undefined
|
ConsoleSession
)
:
void
Returns
undefined
|
ConsoleSession
Parameters
session:
undefined
|
ConsoleSession
Returns
void
Methods
clear
clear
(
)
:
void
Returns
void
collapse
All
collapse
All
(
)
:
void
Returns
void
Protected
compute
Height
compute
Height
(
)
:
number
Returns
number
Protected
create
Input
create
Input
(
node
:
HTMLElement
)
:
Promise
<
MonacoEditor
>
Parameters
node:
HTMLElement
Returns
Promise
<
MonacoEditor
>
Protected
do
Init
do
Init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
execute
execute
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
has
Input
Focus
has
Input
Focus
(
)
:
boolean
Returns
boolean
Protected
init
init
(
)
:
void
Returns
void
navigate
Back
navigate
Back
(
)
:
void
Returns
void
navigate
Forward
navigate
Forward
(
)
:
void
Returns
void
Protected
on
Activate
Request
on
Activate
Request
(
msg
:
Message
)
:
void
Parameters
msg:
Message
Returns
void
Protected
on
Resize
on
Resize
(
msg
:
ResizeMessage
)
:
void
Parameters
msg:
ResizeMessage
Returns
void
Protected
resize
Content
resize
Content
(
)
:
void
Returns
void
restore
State
restore
State
(
oldState
:
object
)
:
void
Parameters
oldState:
object
Returns
void
Protected
reveal
Last
Output
reveal
Last
Output
(
)
:
void
Returns
void
select
All
select
All
(
)
:
void
Returns
void
store
State
store
State
(
)
:
object
Returns
object
Protected
update
Font
update
Font
(
)
:
void
Returns
void
Static
create
Container
create
Container
(
parent
:
Container
, options
:
ConsoleOptions
)
:
Container
Parameters
parent:
Container
options:
ConsoleOptions
Returns
Container
Modules
bulk-
edit
callhierarchy
console
Console
Commands
Console
Context
Menu
Console
History
Console
Item
Console
Keybinding
Contexts
core
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
Console
Widget
constructor
_input
_session
content
editor
Provider
history
options
session
Manager
total
Height
total
Width
styles
input
session
clear
collapse
All
compute
Height
create
Input
do
Init
execute
has
Input
Focus
init
navigate
Back
navigate
Forward
on
Activate
Request
on
Resize
resize
Content
restore
State
reveal
Last
Output
select
All
store
State
update
Font
create
Container