We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, the ButtonAPI.on function returns void instead of ButtonAPI which is different from all the others.
ButtonAPI.on
void
ButtonAPI
this.box = pane.addInput(this, 'test').on('change', () => { // do something }); this.button = pane.addButton(); this.button.on('click', () => { // do something });
The text was updated successfully, but these errors were encountered:
Make button event handling chainable, #36
bba4653
Merge pull request #37 from cocopon/chainable-button-event-handling
62c95f0
Thank you for reporting the issue! Fixed in the latest version 1.3.2.
Sorry, something went wrong.
cocopon
No branches or pull requests
Hey, the
ButtonAPI.on
function returnsvoid
instead ofButtonAPI
which is different from all the others.The text was updated successfully, but these errors were encountered: