Is there a way to conveniently list the options for an :fx/type class? Something like (fx-options :tab-pane) ?
Looks like the best way is to just inspect the props for each component in the cljfx.fx package.
I also did a small repl helper long time ago
But yeah, looking at code is what I do..