Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / GraphView

Abstract Class: GraphView<T>

Defined in: graph/src/views/GraphView.ts:3

Extended by

Type Parameters

T

T = any

Constructors

Constructor

new GraphView<T>(graph): GraphView<T>

Defined in: graph/src/views/GraphView.ts:4

Parameters

graph

AGraph<T, any, any, any>

Returns

GraphView<T>

Properties

graph

graph: AGraph<T, any, any, any>

Defined in: graph/src/views/GraphView.ts:4

Methods

from()

abstract from(data): void

Defined in: graph/src/views/GraphView.ts:6

Parameters

data

T

Returns

void


render()

abstract render(): T

Defined in: graph/src/views/GraphView.ts:5

Returns

T

Built with VitePress – Released under the MIT License.