console.log({ get button() { /* run action here */ return 'ok'; } })
Also handy for snippets, if they need to run interruptible actions, like in the video below
console.log({ get button() { /* run action here */ return 'ok'; } })
Also handy for snippets, if they need to run interruptible actions, like in the video below