Skip to content

Typed API (TypeDoc)


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?

optional data: Record<string, any>

Defined in: graph/src/edge.ts:13


directed?

optional directed: boolean

Defined in: graph/src/edge.ts:10


from

from: IVertex<V>

Defined in: graph/src/edge.ts:8


title?

optional title: string

Defined in: graph/src/edge.ts:7


to

to: IVertex<V>

Defined in: graph/src/edge.ts:9


type?

optional type: string

Defined in: graph/src/edge.ts:12


uuid?

optional uuid: string

Defined in: graph/src/edge.ts:6


weight?

optional weight: number

Defined in: graph/src/edge.ts:11

Built with VitePress – Released under the MIT License.