Beignet API reference
Preparing search index...
@beignet/cli
AppMapResult
Type Alias AppMapResult
Version 1 source-backed graph for a Beignet application.
type
AppMapResult
=
{
app
:
{
configFile
?:
string
;
convention
:
"standard"
|
"next"
|
"web"
|
"custom"
;
framework
:
"next"
|
"web"
;
}
;
diagnostics
:
{
doctor
:
InspectDiagnostic
[]
;
lint
:
LintDiagnostic
[]
}
;
edges
:
AppMapEdge
[]
;
nodes
:
AppMapNode
[]
;
schemaVersion
:
1
;
summary
:
AppMapSummary
;
targetDir
:
string
;
unresolved
:
AppMapUnresolvedReference
[]
;
}
Index
Properties
app
diagnostics
edges
nodes
schema
Version
summary
target
Dir
unresolved
Properties
app
app
:
{
configFile
?:
string
;
convention
:
"standard"
|
"next"
|
"web"
|
"custom"
;
framework
:
"next"
|
"web"
;
}
diagnostics
diagnostics
:
{
doctor
:
InspectDiagnostic
[]
;
lint
:
LintDiagnostic
[]
}
edges
edges
:
AppMapEdge
[]
nodes
nodes
:
AppMapNode
[]
schema
Version
schemaVersion
:
1
summary
summary
:
AppMapSummary
target
Dir
targetDir
:
string
unresolved
unresolved
:
AppMapUnresolvedReference
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
diagnostics
edges
nodes
schema
Version
summary
target
Dir
unresolved
Beignet API reference
Loading...
Version 1 source-backed graph for a Beignet application.