Skip to content

Documentation / @ripl/charts / ForceDirectedLinkEvent

Interface: ForceDirectedLinkEvent

Defined in: charts/src/charts/force-directed.ts:138

Payload emitted for force-directed link interaction events.

Properties

PropertyTypeDescriptionDefined in
sourcestringId of the link's source node.charts/src/charts/force-directed.ts:144
targetstringId of the link's target node.charts/src/charts/force-directed.ts:146
valuenumberThe link's weight (0 when none was provided).charts/src/charts/force-directed.ts:148
xnumberThe x coordinate (in chart pixels) of the link's midpoint.charts/src/charts/force-directed.ts:140
ynumberThe y coordinate (in chart pixels) of the link's midpoint.charts/src/charts/force-directed.ts:142