Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
task
ProblemPattern
Interface ProblemPattern
interface
ProblemPattern
{
character
?:
number
;
code
?:
number
;
endCharacter
?:
number
;
endLine
?:
number
;
file
?:
number
;
kind
?:
ProblemLocationKind
;
line
?:
number
;
location
?:
number
;
loop
?:
boolean
;
message
?:
number
;
name
?:
string
;
regexp
:
string
;
severity
?:
number
;
}
Hierarchy (
view full
)
ProblemPattern
NamedProblemPattern
Index
Properties
character?
code?
end
Character?
end
Line?
file?
kind?
line?
location?
loop?
message?
name?
regexp
severity?
Properties
Optional
character
character
?:
number
Optional
code
code
?:
number
Optional
end
Character
end
Character
?:
number
Optional
end
Line
end
Line
?:
number
Optional
file
file
?:
number
Optional
kind
kind
?:
ProblemLocationKind
Optional
line
line
?:
number
Optional
location
location
?:
number
Optional
loop
loop
?:
boolean
Optional
message
message
?:
number
Optional
name
name
?:
string
regexp
regexp
:
string
Optional
severity
severity
?:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
character
code
end
Character
end
Line
file
kind
line
location
loop
message
name
regexp
severity
Theia TypeDoc
Loading...