xstate-viz icon indicating copy to clipboard operation
xstate-viz copied to clipboard

Display stateNode's ID for easy reference

Open mdpratt opened this issue 4 years ago • 0 comments

When writing send('event', { to: '...' }), it can be cumbersome trying to determine what the path of the state node is. This could be displayed (probably as an option) for a quick copy & paste.

It should be noted that this is already mostly exposed if you look at the raw HTML.

image

mdpratt avatar Sep 25 '21 06:09 mdpratt