ConfigurationItem

Description

The ConfigurationItem object contains one setting. DataObject.name will be printed as description. DataObject.dataType defines how the data is treated. DataObject.view contains additional properties to control for example if the element is hidden.

› Inherits:DataObject

Properties

serializationDisabled

This property holds whether the item is excluded from data serialization and deserialization. This can be used to override predefined configuration properties to be controlled programmatically instead of a user interface (view).

› Type:Boolean
› Default:false
› Signal:serializationDisabledChanged()
› Attributes:Writable