Just to be clear, the `commandParameterProperty` b...
# tornadofx
e
Just to be clear, the
commandParameterProperty
binding can be swapped for
commandParameter = some value
if you have a static value for the parameter. You could even pass it a property, so the input can change even without a binding.