'Copy as Script' type thing for templates
By Andrew Scheps @Andrew_Scheps
I would love a button at the top of my template parameters that copied the const definition of all my properties.
So, if I had properties called "doThis" and "doThat", the button would copy
const { doThis, doThat } = event.props
to the clipboard. Would save lots of typing!
- AAndrew Sherman @Andrew_Sherman
I'm not sure if I'm understanding exactly what you're looking for, but this might be helpful as a different approach:
User select from a list of existing named clipboard items