open operator override fun provideDelegate(thisRef: Node, property: KProperty<*>): NodePropertyDelegate<T>

Creates a new NodePropertyDelegate and registers it to the Node.propertyLookup

Return

the generated property delegate

Parameters

thisRef

the parent node

property

the property to delegate