SelectedCollection

12 Sep 20251 minute to read

An interface that holds selected collection.

Properties

data { : }| { : }[]|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.