Hi There !
How to send data to a Reusable Proprieties?
Might be simple, but I cannot find a way to do that
Tks !
Hi There !
How to send data to a Reusable Proprieties?
Might be simple, but I cannot find a way to do that
Tks !
You must place the properties directly where you call the reusable element, use dynamic expressions if you want to vary the values
You can also trigger a custom event that belongs to the reusable, if you want but only in the first layer, for example we have elements A, B and C, C is a reusable element that is contained in B and is also a reusable element and is in A, it is impossible (without using js) for A to access C, but B can access C and A can access B.