wijmo.carousel Namespace > IItemClickEventArgs Interface : index Field |
This is the index of the clicked image.
Javascript (Usage) | |
---|---|
var instance; // Type: wijmo.carousel.IItemClickEventArgs; var value; // Type: number value = instance.index; |
Javascript (Specification) | |
---|---|
|