JavaScript/jQuery DropDownButton - ButtonClickEvent

The type of the buttonClick event handler's argument.

import { ButtonClickEvent } from "devextreme/ui/drop_down_button"
Type:

Object

component

The UI component's instance.

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

selectedItem

Type:

Object