josdejong / josdejong/jsoneditor
MouseOver event
Open
question
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Is there any onMouseOver event handler for a Tree mode, so I could make relevant actions when the row is changed?
Preamble: I need an inline Copy button to copy the node path from the JSON tree, and having onEvent handler I can get that path. The problem is that onEvent is fired only when I mouse over only a JSON key, but I would want to fire when I mouse over the whole row and the row is changed then.
Or maybe there's another way to add a custom HTML renderer into a raw?
Contributor guide
Assessment
This issue has not been assessed yet.