Skip to content

AFieldSelector

class AFieldSelector

The FieldSelector is used to select subfields of a complex data type (RecordType).

ComplexFieldSelector

The ComplexFieldSelector is used to select subfields of a complex data type e.g. to set default values in the configuration.

The ComplexFieldSelector creates a new object for each subfield. Each object can again contain a ComplexFieldSelector (recursive).

image2019-12-5_11-57-11

CodeSnippetFieldSelector

The CodeSnippetFieldSelector works like the ComplexFieldSelector. The big difference is that the subfields can be selected in a CodeSnippet line. This simplifies the object tree, increases the overview and simplifies editing.

Array indices are entered directly into the square brackets and do not have to be selected separately.

image2019-12-5_11-58-23