optionalContentDisplayProperty
fun optionalContentDisplayProperty(initialValue: ContentDisplay?): PropertyDelegate<ContentDisplay?, OptionalContentDisplayProperty>
A Kotlin delegate
to create an OptionalContentDisplayProperty (the implementation will be a SimpleOptionalContentDisplayProperty. Typical usage :
val fooProperty by optionalContentDisplayProperty( initialValue )
var foo by fooProperty
Content copied to clipboard