Disabling parts of custom component's UI in Clover designer

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?

Hello Ranger,

it seems that there is no support now for what you would like to achieve. What you can do is returning warning in method “checkConfig()” of custom component. Then you will be at least warned when join key will be selected and not enough inputs connected.

Best regards,

Jaroslav Kubos
support team