Skip to content

Typed API (TypeDoc)


Typed API (TypeDoc) / JSONGraphView

Class: JSONGraphView

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

Extends

Constructors

Constructor

new JSONGraphView(graph): JSONGraphView

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

Parameters

graph

AGraph<GraphProperties<any>, any, any, any>

Returns

JSONGraphView

Overrides

GraphView.constructor

Properties

graph

graph: AGraph<GraphProperties<any>, any, any, any>

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

Inherited from

GraphView.graph

Methods

from()

from(data): void

Defined in: graph/src/views/JSONGraphView.ts:9

Parameters

data

GraphProperties<any>

Returns

void

Overrides

GraphView.from


render()

render(): GraphProperties<any>

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

Returns

GraphProperties<any>

Overrides

GraphView.render

Built with VitePress – Released under the MIT License.