D3 simulation link with resolved source/target.
| 60 | |
| 61 | /** D3 simulation link with resolved source/target. */ |
| 62 | interface SimLink extends d3.SimulationLinkDatum<SimNode> { |
| 63 | kind: EdgeKind; |
| 64 | sourceQualified: string; |
| 65 | targetQualified: string; |
| 66 | } |
| 67 | |
| 68 | // --------------------------------------------------------------------------- |
| 69 | // Constants |
nothing calls this directly
no outgoing calls
no test coverage detected