jQuery SelectBox - ItemClickEvent

The type of the itemClick event handler's argument.

import { ItemClickEvent } from "devextreme/ui/select_box"
Type:

Object

component

The UI component's instance.

Type:

SelectBox

element

The UI component's container.

event

Specifies the executed event.

itemData

The item's data.

Type:

Object

itemElement

The item's container.

itemIndex

The item's index.

Type:

Number