nodeProperty

context(node: Node<T>)
open fun nodeProperty(property: NodeProperty<T>)

Attaches a NodeProperty to the current node.

Parameters

property

the property instance to add to the node.