enhance:processNodeWidgets
1.Combo widget cannot cycle when clicking arrow 2.Add dataProcess so that when the widget value is changed, you can add conditional restrictions to the widget value 3.When modifying the widget value, when the widget value is bound to a property, the widget value and property should be modified only once, but calling setPropery directly causes the widget value to be modified twice.
but I need to call setProperty to be sure we all use the same path to modify properties.
but I need to call setProperty to be sure we all use the same path to modify properties. No, I think this is a two-way binding relationship. When modifying a property, determine whether the property is associated with the widget for synchronous modification. Similarly, when modifying the widget value, determine the property.