D3 simulation node extends GraphNode with x/y/vx/vy.
| 57 | |
| 58 | /** D3 simulation node extends GraphNode with x/y/vx/vy. */ |
| 59 | interface SimNode extends d3.SimulationNodeDatum, GraphNode {} |
| 60 | |
| 61 | /** D3 simulation link with resolved source/target. */ |
| 62 | interface SimLink extends d3.SimulationLinkDatum<SimNode> { |
nothing calls this directly
no outgoing calls
no test coverage detected