Good afternoon,
i am trying to figure out, whether it is possible to change the dialog that show components properties according to number of input ports of this component.
For example, let’s have custom component that has property join key. And i would like it to be enabled only if there are more input ports connected to the component. Because it is illogical to have this property when there is nothing join.
It is not important if property would be disabled (not editable) or it would not be there at all. Both of these options are fine.
In general, is it possible to change dialog that allows user to change properties of custom components according to state of component presents configuration?