Child node path in javascript
Hi,
I have images in dam in particular path. like: content/dam/myproject/stateimage/image1.jpg....content/dam/myproject/stateimage/image2.jpg....
I am getting path through page property upto: content/dam/myproject/stateimage.
I am trying to iterate all the images path under this location(content/dam/myproject/stateimage.) in my component in javascript( serevr side script).Please suggest
Regards