bartbutenaers / node-red-dashboard-2-ui-svg

A Node-RED UI node to show SVG drawings in Node-RED dashboard v2
Apache License 2.0
7 stars 2 forks source link

Support Js events #3

Open bartbutenaers opened 7 months ago

bartbutenaers commented 7 months ago

To avoid long roundtrips (frontend -> backend -> frontend) the old svg node supported Js events, i.e. javascript code being triggered by a client side event (e.g. shape clicked). Before introducing this, it should be analyzed how we can reduce security riscs.