Hi community!
I would like to know if there is a way to create custom Enums for widget property to avoid using string property and check in the widget if it’s an correct input. Also it could be more user friendly.
For example, I have a widget that render a 3D scene and I have a property collection that is used to binding OpcUa variable to scene component property something like:
- componentName = “Cube”
- propertyName = “posX”
- value = (binding)
I would like to create an Enum for the “propertyName”.
Hope I was clear,
Regards,
Florent