ReadOnlyButtonMeaningPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ButtonMeaning, Property<ButtonMeaning>>, use ReadOnlyButtonMeaningPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: ButtonMeaningProperty)