Join Slack
Powered by
``` button("Button 1") { action { ... ...
# tornadofx
a
abhinay
05/20/2018, 8:52 AM
Copy code
button("Button 1") { action { ... } }
will return a Button instance where as
Copy code
button("Button 2 ").action { }
will return the type from
action
(or
setOnAction
) i.e. void.
Open in Slack
Previous
Next