Theia API Documentation v1.66.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/task
common/task-protocol
TaskOutputPresentation
Interface TaskOutputPresentation
interface
TaskOutputPresentation
{
clear
?:
boolean
;
close
?:
boolean
;
echo
?:
boolean
;
focus
?:
boolean
;
panel
?:
PanelKind
;
reveal
?:
RevealKind
;
showReuseMessage
?:
boolean
;
[
name
:
string
]:
any
;
}
Indexable
[
name
:
string
]:
any
eslint-disable-next-line @typescript-eslint/no-explicit-any
Index
Properties
clear?
close?
echo?
focus?
panel?
reveal?
show
Reuse
Message?
Properties
Optional
clear
clear
?:
boolean
Optional
close
close
?:
boolean
Optional
echo
echo
?:
boolean
Optional
focus
focus
?:
boolean
Optional
panel
panel
?:
PanelKind
Optional
reveal
reveal
?:
RevealKind
Optional
show
Reuse
Message
showReuseMessage
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
close
echo
focus
panel
reveal
show
Reuse
Message
Eclipse Theia Website
GitHub
Theia API Documentation v1.66.0
Loading...
eslint-disable-next-line @typescript-eslint/no-explicit-any