Hello, I have a listview with 15 items, and two different states. I would like to know the state of the listelement which is in use(onclicked event). How do I determine this. I tried the following
@
var n = model.get(index).Name
console.log(n.state)
@
I get answer as "undefined."