πŸš€ 8.9 Released! β†’ ⚑️ New Node-API Engine Preview, πŸ“² ns widget ios, πŸ’… Tailwind v4 and more...
Read Announcement
ItemEventData
interface ItemEventData extends EventData {
 android: any;
 index: number;
 ios: any;
 view: View;
}
Event data containing information for the index and the view associated to a list view item.

Summary ​

Properties

android
index
ios
view
2 properties inherited from EventData
Click to expand
eventName
object

Properties ​

android ​

android: any
Gets the native [android widget](http://developer.android.com/reference/android/view/ViewGroup.html) that represents the user interface where the view is hosted. Valid only when running on Android OS.

index ​

index: number
The index of the item, for which the event is raised.

ios ​

ios: any
Gets the native [iOS view](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableViewCell_Class/) that represents the user interface where the view is hosted. Valid only when running on iOS.

view ​

view: View 
The view that is associated to the item, for which the event is raised.
On this page
  1. Summary
  2. Properties
    1. android
    2. index
    3. ios
    4. view

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /