Properties
Name
The name of the ModFrame component. This name will be visible below the ModFrame component in the ModFrame Client configuration panel.
The name of a ModFrame component must be unique within the container it resides in. |
ReportEventLevel
All events with equal or higher severity will be reported.
Delimiter
This property can be used to insert a delimiter pattern between the concatenated string elements.
Number of strings to append
This property is used to specify the number of string vectors to join, and hence the number of input string vector ports.
Padding
This property defines the behavior when the input string vectors have different dimensions. The alternatives are:
- None. The longest input vector decides the dimension of the joined string vector. Vectors with fewer elements than the longest vector will not contribute to the excess elements of the joined string vector.
- LastValue. The longest input vector decides the dimension of the joined string vector. Vectors with fewer elements than the longest vector will contribute with their last element to the excess elements of the joined string vector.