ConfigurationArray

Description

The ConfigurationArray object encapsulates a list of Configuration objects. Mostly to be used with Fluentum.

› Inherits:Object

Properties

configurations

This property holds a list of Configuration objects or objects derived from it.

› Type:List<Configuration>
› Signal:configurationsChanged()
› Attributes:Readonly

Signals

configurationsDataChanged(SignedInteger index)

This signal is emitted whenever the List.dataChanged() signal is emitted, i.e. the item at index in the configurations list itself emitted the dataChanged() signal.