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