Typed API (TypeDoc) / EdgeProperties
Type Alias: EdgeProperties<V>
EdgeProperties<
V> =object
Defined in: graph/src/edge.ts:5
Extended by
Type Parameters
V
V
Properties
data?
optionaldata:Record<string,any>
Defined in: graph/src/edge.ts:13
directed?
optionaldirected:boolean
Defined in: graph/src/edge.ts:10
from
from:
IVertex<V>
Defined in: graph/src/edge.ts:8
title?
optionaltitle:string
Defined in: graph/src/edge.ts:7
to
to:
IVertex<V>
Defined in: graph/src/edge.ts:9
type?
optionaltype:string
Defined in: graph/src/edge.ts:12
uuid?
optionaluuid:string
Defined in: graph/src/edge.ts:6
weight?
optionalweight:number
Defined in: graph/src/edge.ts:11