OptionalKeyCombinationProperty
interface OptionalKeyCombinationProperty : Property<KeyCombination?> , ReadOnlyOptionalKeyCombinationProperty
Boilerplate which avoids having to use generics.
Similar to KeyCombinationProperty, but the value can also be null
.