I have a rest call that returns a list of items with image URLs. I want to use this to dynamically create a carousel with Javascript. I have tried the API, but cannot get it to add the images. I am using:
Appery("myCarousel").carouselRoot.carousel("add", {type : image, imageUrl : ""});
Is there a different syntax?