SimpleOptionalNodeProperty
open class SimpleOptionalNodeProperty(initialValue: Node?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Node?> , OptionalNodeProperty
Boilerplate which avoids having to use generics.
Similar to SimpleNodeProperty, but the value can also be null
.