optionalEdgesProperty
A Kotlin delegate to create an OptionalEdgesProperty (the implementation will be a SimpleOptionalEdgesProperty. Typical usage :
val fooProperty by optionalEdgesProperty( initialValue )
var foo by fooPropertyContent copied to clipboard