cosmograph-org / cosmos

GPU-accelerated force graph layout and rendering
Other
790 stars 52 forks source link

New arguments for the `onTick` callback #50

Closed Stukova closed 1 year ago

Stukova commented 1 year ago

If the node is hovered, then a second, third and forth arguments appear in the onTick callback: (alpha: number, node: Node | undefined, index: number | undefined, nodePosition: [number, number] | undefined) => void.