sly icon indicating copy to clipboard operation
sly copied to clipboard

array of items in slider

Open totomtornado opened this issue 7 years ago • 1 comments

Is there a way to get an array for all the items in a particular slider?

I have looked around and see no mention of this but it seems like it would be a feature.

totomtornado avatar May 23 '17 09:05 totomtornado

sly.on('load', function () { console.log(this.items); });

kennstenicht avatar Oct 11 '17 13:10 kennstenicht