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.
https://github.com/cljfx/exploration-template/blob/master/src/user.clj#L11
I also did a small repl helper long time ago
But yeah, looking at code is what I do..