Hi, how can a view access command-line arguments? ...
# tornadofx
e
Hi, how can a view access command-line arguments? I know the application can via
parameters.unnamed.firstOrNull()
for instance, but how can a view access its enclosing Application ?
h
Views have an
app
property
👍 1
e
Perfect, thanks!