<@U6K8B0PEH> Until you get familiar with the API y...
# tornadofx
e
@harshmaur Until you get familiar with the API you can write
this.
and then click
Ctrl+Space
to see available actions on that object. Bear in mind that the actions and properties we added are extension functions, so you file should have an import for
tornadofx.*
so you can discover all these things with content assist. We also want to document each builder some time in the future 🙂