Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin
theia.proposed.debugVisualization
TerminalCommandMatchResult
Interface TerminalCommandMatchResult
interface
TerminalCommandMatchResult
{
commandLine
:
string
;
commandLineMatch
:
RegExpMatchArray
;
outputMatch
?:
{
outputLines
?:
string
[]
;
regexMatch
:
RegExpMatchArray
}
;
}
Index
Properties
command
Line
command
Line
Match
output
Match?
Properties
command
Line
commandLine
:
string
command
Line
Match
commandLineMatch
:
RegExpMatchArray
Optional
output
Match
outputMatch
?:
{
outputLines
?:
string
[]
;
regexMatch
:
RegExpMatchArray
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
command
Line
command
Line
Match
output
Match
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...