Search results

SelectedItem API in JavaScript (ES5) ListView API control

An interface that holds selected item.

Properties

data

{ [key: string]: Object } | string[] | number[]

It denotes the selected item dataSource JSON object.

item

HTMLElement | Element

It denotes the selected item list element.

text

string

It denotes the selected item text.