ReadOnlyEdgesPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Edges, Property<Edges>>, use ReadOnlyEdgesPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: EdgesProperty)