ReadOnlyContentDisplayPropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: ContentDisplayProperty)