<@U25PL0SKY> Cool!
# tornadofx
e
@jchildress Cool!
n
edvin: Yeah a lot of times I have a complicated node structure so most of the time I am using the
ListCellFragement
since I can use the builders there, if I want to use a function it would have to be in the
View
class or any other
Component
to be able to use the builders?
e
@nimakro The function can be anywhere really, but for the root node to be a builder it would have to be in a view or any other class that extends
EventTarget
.
👍 1