Attributes to parameters

Hi Shapediver, I’m trying to find the simplest way to attach some custom parameters to the inputs.

I mean, when I get the api response there is the list of parameters with some proprieties already inside. Is there a way to push something else there?

Till now I did it with an external json - connected to it through the label name - but manual mismatches are always ready to break the code. I’ve seen the App builder works almost the same, but I’m trying to understand is there is a more solid way.

Attacched a couple of screenshots to let you understand what I mean.

Thank you
Best regards

new properties here:

There is no way to attach custom properties to inputs without using the App Builder. Since we are moving this type of logic and most of our new features to App Builder, I would recommend to go this way if that’s possible, although this would require some updates in your application.

Within App Builder, you can add both standard and custom settings to any parameter by using the Parameter Control component. See an example below:

Thank you, Mathieu