Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / VertexProperties

Type Alias: VertexProperties<T>

VertexProperties<T> = object

Defined in: graph/src/vertex.ts:4

Extended by

Type Parameters

T

T

Properties

data?

optional data: T

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


incomingEdges?

optional incomingEdges: Set<IEdge<T>>

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


outgoingEdges?

optional outgoingEdges: Set<IEdge<T>>

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


point?

optional point: Point

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


title?

optional title: string

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


type?

optional type: string

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


uuid?

optional uuid: string

Defined in: graph/src/vertex.ts:5

Built with VitePress – Released under the MIT License.