addProperty

fun addProperty(propertyName: String)(source)

Adds a property to this object. Once a property is added, it can be observed with Entity.definitionChanged and composited with CompositeEntityCollection

Parameters

propertyName

The name of the property to add.

See also