cljfx

2021-12-01T22:12:20.009Z

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

👀 1
2021-12-01T23:10:20.009200Z

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

vlaaad 2021-12-02T06:24:22.009700Z

I also did a small repl helper long time ago

vlaaad 2021-12-02T06:24:53.009900Z

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