Is there some dashboard 2 built in functionality to aid in the use of dynamic properties in third party nodes? Looking at the code for built in nodes there does appear to be such functionality. It doesn't seem to be documented in Building Third Party Widgets | Node-RED Dashboard 2.0
On a point of order, should questions about third party node development for D2 be in the Dashboard category, or Developing nodes category? In either case with the tag dashboard-2.
There was a big re-write this week, and the dynamic property helper function for core widgets was added to the dataTracker.
I documented best practices to follow when implementing it from an architecture/structure perspective, i.e. msg.ui_update.<property>, but not from a coding perspective for third party widgets yet