Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
markers
ProblemMarker
Interface ProblemMarker
interface
ProblemMarker
{
data
:
Diagnostic
;
kind
:
"problem"
;
owner
:
string
;
uri
:
string
;
}
Hierarchy (
view full
)
Marker
<
Diagnostic
>
ProblemMarker
Index
Properties
data
kind
owner
uri
Properties
data
data
:
Diagnostic
kind
kind
:
"problem"
the kind, e.g. 'problem'
owner
owner
:
string
uri
uri
:
string
the uri this marker is associated with.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
data
kind
owner
uri
Theia TypeDoc
Loading...
the kind, e.g. 'problem'