HelpBot Assistant

How can I help you?

SelectedCollection

6 Feb 20261 minute to read

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.