BLOCK component Child components list

Hi Guys.
Regarding the NoCode (UI Builder) enviroment:
How can I get a list of CHILD components inside a BLOCK Component ?

When I say CHILD components I mean not only the components I manually add to a a block using the UI Builder but also dinamically created child components using Dynamic List Behaviour.

Thanks in advance for your help.

Regards.
Richard

Hello @Richard_Perez!

You can use the childElementCount property for this purpose.
But you will need to make sure that the dynamic list is generated.

Regards,
Alexander

Hi Alexander, I will test it and let you know.
Thanks.
Richard