React Button - ClickEvent

The type of the click event handler's argument.

import { ButtonTypes } from "devextreme-react/button"
Type: ButtonTypes.ClickEvent

Used in:

component

The UI component's instance.

Type:

Button

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

validationGroup

Type:

Object