Beignet API reference
Preparing search index...
@beignet/cli
ExplainFinding
Type Alias ExplainFinding
Normalized doctor, lint, or app-map finding relevant to the target.
type
ExplainFinding
=
{
code
:
string
;
details
?:
Record
<
string
,
unknown
>
;
location
?:
AppMapSource
;
message
:
string
;
severity
:
"error"
|
"warning"
|
"hint"
;
source
:
"doctor"
|
"lint"
|
"app-map"
;
}
Index
Properties
code
details?
location?
message
severity
source
Properties
code
code
:
string
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
location
location
?:
AppMapSource
message
message
:
string
severity
severity
:
"error"
|
"warning"
|
"hint"
source
source
:
"doctor"
|
"lint"
|
"app-map"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
location
message
severity
source
Beignet API reference
Loading...
Normalized doctor, lint, or app-map finding relevant to the target.