ReadOnlyNodePropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Node, Property<Node>>, use ReadOnlyNodePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: NodeProperty)