PropertyModifier
Description
The PropertyModifier object is the base object for all objects which modify properties of foreign objects in a certain way. Property modifier objects are instantiated and used through the special on keyword inside the target objects:
MySensorObject {
...
Polling on sensorValueProperty { ... }
}
- › Inherits:
- › Inherited by:
Gather, Polling, ReduceList, Repeater, Select, TransformList
Overview
Properties
Methods
Signals
Properties
targetValue
This property holds the value of the property this modifier operates on.
- › Type:
Variant
- › Signal:
targetValueChanged()
- › Attributes:
Readonly