Fork me on GitHub
#cljfx
<
2021-12-01
>
markbastian22:12:20

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

👀 1
markbastian23:12:20

Looks like the best way is to just inspect the props for each component in the cljfx.fx package.

vlaaad06:12:22

I also did a small repl helper long time ago

vlaaad06:12:53

But yeah, looking at code is what I do..