ReadOnlyFixedFormatPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<FixedFormat, Property<FixedFormat>>, use ReadOnlyFixedFormatPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: FixedFormatProperty)