Hello,
For example, let’s assume I have a main component that contains several instances of another smaller component.
If I expose the properties from the nested components, they appear multiple times. (see screenshot)
And later in one instance of the main component, the properties appear like this (see screenshot) which is very redondant and not useful for my use case.
Is there a possibility to group properties with the same name? Or to pass a property from the parent component to the nested components?
Thank you for your help.