How to get or set data attribute of GestureDetail

I am trying to implement a custom gesture.
I have a list of divs and this gesture will select one element as the user touches in Y axis.
How can the GestureDetail.data be utilized to get which div is being touched?