Search.../

itemIndex

Gets the quick action bar item's index.

Type:

numberRead Only

Was this helpful?

Get the index of the quick action bar item that was clicked

Copy Code
1$w("#myQuickActionBar").onItemClicked( (event) => {
2 let imageSrc = event.itemIndex; // 3
3} );