nodeProperty
A Kotlin delegate to create a NodeProperty (the implementation will be a SimpleNodeProperty. Typical usage :
val fooProperty by nodeProperty( initialValue )
var foo by fooPropertyContent copied to clipboard
A Kotlin delegate to create a NodeProperty (the implementation will be a SimpleNodeProperty. Typical usage :
val fooProperty by nodeProperty( initialValue )
var foo by fooProperty