Frequently i'll create a prop as an object purely so that I can easily copy and paste it (with or without bindings), but it would be really nice to be able to copy and paste the entire root prop objects themselves like custom
, props
, params
, position
, meta
, etc. by right clicking on the objects themselves.
e.g. (mockup)
The other way I do this is by copying the entire View and then finding the object in the json and copying it that way, but that's a PITB.
For now, i've added it into my Ignition tools to extract this out via script (and also allow pasting with bindings as well).