agentOS API Reference - v0.0.1
Docs
Preparing search index...
javascript
TypeScriptDiagnostic
Interface TypeScriptDiagnostic
interface
TypeScriptDiagnostic
{
category
:
"error"
|
"warning"
|
"suggestion"
|
"message"
;
code
:
number
;
column
?:
number
;
filePath
?:
string
;
line
?:
number
;
message
:
string
;
}
Index
Properties
category
code
column?
file
Path?
line?
message
Properties
category
category
:
"error"
|
"warning"
|
"suggestion"
|
"message"
code
code
:
number
Optional
column
column
?:
number
Optional
file
Path
filePath
?:
string
Optional
line
line
?:
number
message
message
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
category
code
column
file
Path
line
message
Docs
agentOS API Reference - v0.0.1
Loading...