ReadOnlyKeyCombinationPropertyWrapper

Never use this class directly. Use KeyCombinationProperty.asReadOnly to obtain a read-only version of a mutable KeyCombinationProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<KeyCombination, Property<KeyCombination>>, use ReadOnlyKeyCombinationPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: KeyCombinationProperty)