Search results

SelectedCollection API in React ListView API component

An interface that holds selected collection.

Properties

data

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

It denotes the selected item dataSource JSON object or object collection.

item

HTMLElement | Element[] | NodeList

It denotes the selected item list element or element collection.

text

string | string[]

It denotes the selected item text data or collection.