ReadOnlyNodePropertyWrapper
class ReadOnlyNodePropertyWrapper(wraps: NodeProperty) : ReadOnlyPropertyWrapper<Node, Property<Node>> , ReadOnlyNodeProperty
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
.