Trrack / trrackvis

BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Add field to ProvVisConfig for node hover callbacks #57

Closed NateLanza closed 3 months ago

NateLanza commented 3 months ago

Adds a new type, HoverCallback, and a field with type HoverCallback[] to ProvVisConfig to allow API users to take actions when nodes in the provenance visualization are hovered. Callbacks are provided the MouseEvent and the hovered node.

Persist needs this ASAP.

github-actions[bot] commented 3 months ago

👋 @NateLanza Review your pull request on chromatic: https://www.chromatic.com/pullrequest?appId=63ee57592a53ae7413d27e43&number=57

NateLanza commented 3 months ago

5/23/24 meeting decided this is no longer desired; either the related feature in Persist or this API.