A new param type: array
It allows the user to add multiple of a single param or even a group of params. For example, you may have a text param. You want the user to add multiple text strings but also associated x/y coordinates. So your array items may each contain a group of params such as text, posX, posY, the param keys become the object property names.
A new param type:
arrayIt allows the user to add multiple of a single param or even a group of params. For example, you may have a text param. You want the user to add multiple text strings but also associated x/y coordinates. So your array items may each contain a group of params such as
text,posX,posY, the param keys become the object property names.