Typed API (TypeDoc) / JSONGraphView
Class: JSONGraphView
Defined in: graph/src/views/JSONGraphView.ts:4
Extends
GraphView<GraphProperties<any>>
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
Properties
graph
graph:
AGraph<GraphProperties<any>,any,any,any>
Defined in: graph/src/views/JSONGraphView.ts:5
Inherited from
Methods
from()
from(
data):void
Defined in: graph/src/views/JSONGraphView.ts:9
Parameters
data
GraphProperties<any>
Returns
void
Overrides
render()
render():
GraphProperties<any>
Defined in: graph/src/views/JSONGraphView.ts:6
Returns
GraphProperties<any>