OptionalActionEventProperty
interface OptionalActionEventProperty : Property<ActionEvent?> , ReadOnlyOptionalActionEventProperty
Boilerplate which avoids having to use generics.
Similar to ActionEventProperty, but the value can also be null
.