
Action buttons were added a bit ago and I have updated the wiki with the documentation, Sheet Worker Scripts 3.1.5.
<button type="action" name="act_activate">Activate!</button>
on("clicked:activate", function() {
console.log("Activate button clicked");
});
I wasn't sure if this was announced so I wanted to let you lovely sheet authors know. :)