cljfx 2021-12-01

Is there a way to conveniently list the options for an :fx/type class? Something like (fx-options :tab-pane) ?

👀 1

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..