KC's Workspace
Github
Preparing search index...
@kcconfigs/typedoc
<internal>
DiagnosticRelatedInformation
Interface DiagnosticRelatedInformation
interface
DiagnosticRelatedInformation
{
category
:
DiagnosticCategory
;
code
:
number
;
file
:
SourceFile
|
undefined
;
length
:
number
|
undefined
;
messageText
:
string
|
DiagnosticMessageChain
;
start
:
number
|
undefined
;
}
Hierarchy (
View Summary
)
DiagnosticRelatedInformation
Diagnostic
Index
Properties
category
code
file
length
message
Text
start
Properties
category
category
:
DiagnosticCategory
code
code
:
number
file
file
:
SourceFile
|
undefined
length
length
:
number
|
undefined
message
Text
messageText
:
string
|
DiagnosticMessageChain
start
start
:
number
|
undefined
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
category
code
file
length
message
Text
start
Github
KC's Workspace
Loading...