ReadOnlyContentDisplayPropertyWrapper
class ReadOnlyContentDisplayPropertyWrapper(wraps: ContentDisplayProperty) : ReadOnlyPropertyWrapper<ContentDisplay, Property<ContentDisplay>> , ReadOnlyContentDisplayProperty
Never use this class directly. Use ContentDisplayProperty.asReadOnly to obtain a read-only version of a mutable ContentDisplayProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ContentDisplay, Property<ContentDisplay>>
, use ReadOnlyContentDisplayPropertyWrapper
.