Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/output-channel-registry-main
OutputChannelRegistryMainImpl
Class OutputChannelRegistryMainImpl
Hierarchy (
View Summary
)
OutputChannelRegistryMainImpl
PluginMetricsOutputChannelRegistry
Implements
OutputChannelRegistryMain
Index
Constructors
constructor
Properties
command
Service
Methods
$append
$clear
$close
$dispose
$reveal
Constructors
constructor
new
OutputChannelRegistryMainImpl
()
:
OutputChannelRegistryMainImpl
Returns
OutputChannelRegistryMainImpl
Properties
Protected
Readonly
command
Service
commandService
:
CommandService
Methods
$append
$append
(
name
:
string
,
text
:
string
,
pluginInfo
:
PluginInfo
)
:
PromiseLike
<
void
>
Parameters
name
:
string
text
:
string
pluginInfo
:
PluginInfo
Returns
PromiseLike
<
void
>
$clear
$clear
(
name
:
string
)
:
PromiseLike
<
void
>
Parameters
name
:
string
Returns
PromiseLike
<
void
>
$close
$close
(
name
:
string
)
:
PromiseLike
<
void
>
Parameters
name
:
string
Returns
PromiseLike
<
void
>
$dispose
$dispose
(
name
:
string
)
:
PromiseLike
<
void
>
Parameters
name
:
string
Returns
PromiseLike
<
void
>
$reveal
$reveal
(
name
:
string
,
preserveFocus
:
boolean
)
:
Promise
<
void
>
Parameters
name
:
string
preserveFocus
:
boolean
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
command
Service
Methods
$append
$clear
$close
$dispose
$reveal
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...