Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
task
NamedProblemMatcher
Interface NamedProblemMatcher
interface
NamedProblemMatcher
{
applyTo
:
ApplyToKind
;
deprecated
?:
boolean
;
fileLocation
:
FileLocationKind
;
filePrefix
?:
string
;
label
:
string
;
name
:
string
;
owner
:
string
;
pattern
:
ProblemPattern
|
ProblemPattern
[]
;
severity
?:
Severity
;
source
?:
string
;
uriProvider
?:
(
(
path
)
=>
URI
)
;
watching
?:
WatchingMatcher
;
}
Hierarchy (
view full
)
ProblemMatcher
NamedProblemMatcher
Index
Properties
apply
To
deprecated?
file
Location
file
Prefix?
label
name
owner
pattern
severity?
source?
uri
Provider?
watching?
Properties
apply
To
apply
To
:
ApplyToKind
Optional
deprecated
deprecated
?:
boolean
file
Location
file
Location
:
FileLocationKind
Optional
file
Prefix
file
Prefix
?:
string
label
label
:
string
name
name
:
string
owner
owner
:
string
pattern
pattern
:
ProblemPattern
|
ProblemPattern
[]
Optional
severity
severity
?:
Severity
Optional
source
source
?:
string
Optional
uri
Provider
uri
Provider
?:
(
(
path
)
=>
URI
)
Type declaration
(
path
)
:
URI
Parameters
path
:
string
Returns
URI
Optional
watching
watching
?:
WatchingMatcher
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
apply
To
deprecated
file
Location
file
Prefix
label
name
owner
pattern
severity
source
uri
Provider
watching
Theia TypeDoc
Loading...