modulor-js / modulor-storybook

3 stars 2 forks source link

Event Data along with the Events #30

Closed pankajpatel closed 6 years ago

pankajpatel commented 6 years ago

It will be great to show the eventData along with the event being fired, this will reduce the need to open the debugger.

nogizhopaboroda commented 6 years ago

the question is how to show it. json pretty-print?

pankajpatel commented 6 years ago

We can start with JSON pretty-print, though inspector-component will be good usage as we will have plain object now.

Though we can specify which keys from the EventData should be shown.