No internet connection
  1. Home
  2. Ideas

'Copy as Script' type thing for templates

By Andrew Scheps @Andrew_Scheps
    2020-09-26 10:58:38.272Z

    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!

    • 1 replies
    1. A
      Andrew Sherman @Andrew_Sherman
        2021-02-03 06:44:19.974Z

        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