Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
plugin
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
command
Line
:
string
command
Line
Match
command
Line
Match
:
RegExpMatchArray
Optional
output
Match
output
Match
?:
{
outputLines
?:
string
[]
;
regexMatch
:
RegExpMatchArray
;
}
Type declaration
Optional
output
Lines
?:
string
[]
regex
Match
:
RegExpMatchArray
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
command
Line
command
Line
Match
output
Match
Theia TypeDoc
Loading...