We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tributary.control({name:"a dropdown", options: [ "foo", "bar" ] })
tributary.control({name: "a slider", min: 0, max: 100 })
tributary.control({name: "a button", onclick: function() { ... })