I'm currently working on a widget that uses the enumeration of an object attribute. I want to match the current value on certain values, that are configured in the modeler.
The widget XML allows me to select the attributes with an enumeration, so that is fine. However, if I want to supply enumeration values for this enumeration, it is not possible. Now I just enter the keys as string value, but that does not involve a consistency check on a change of the enumeration itself. Is this possible?