Beignet API reference
Preparing search index...
@beignet/cli
AppMapEdge
Type Alias AppMapEdge
A directed relationship between two app-map nodes with source evidence.
type
AppMapEdge
=
{
details
?:
Record
<
string
,
unknown
>
;
evidence
:
{
column
?:
number
;
confidence
:
"exact"
|
"partial"
;
file
:
string
;
line
?:
number
;
}
;
from
:
string
;
kind
:
AppMapEdgeKind
;
to
:
string
;
}
Index
Properties
details?
evidence
from
kind
to
Properties
Optional
details
details
?:
Record
<
string
,
unknown
>
evidence
evidence
:
{
column
?:
number
;
confidence
:
"exact"
|
"partial"
;
file
:
string
;
line
?:
number
;
}
from
from
:
string
kind
kind
:
AppMapEdgeKind
to
to
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
details
evidence
from
kind
to
Beignet API reference
Loading...
A directed relationship between two app-map nodes with source evidence.