Api selectEventArgs in Vue Listview component

16 Mar 20231 minute to read

Properties

data Object | string[] | number[]

It denotes the Selected Item dataSource JSON object.

event MouseEvent | KeyboardEvent

Specifies that event argument when event raised by other event.

index number

It is used to denote the index of the selected element.

isChecked boolean

It is used to check whether the element is checked or not.

isInteracted boolean

Specifies that event has triggered by user interaction.

item HTMLElement | Element

It denotes the Selected Item list element.

name string

Specifies name of the event.

text string

It denotes the Selected Item text.