Hi there,
There is a function tool that I’m defining and basically some field properties need to be reused. I don’t want to define same properties of a field for other ones. Is that possible in some way?
For example: I’m defining UI generator and there are some widget types (Text, Select Menu etc.). In the UI, these widget types will be fixed for different areas, e.g widgets for the table lister and widgets for the user card will be the same. Since these widgets are a property of both, I’m defining the widgets multiple times.
Is there any solution recommend for that? Would be really appreciated. Thanks.