Vue Button - ClickEvent

The type of the click event handler's argument.

import { DxButtonTypes } from "devextreme-vue/button"
Type: DxButtonTypes.ClickEvent

Used in:

component

The UI component's instance.

Selector: DxComponent
Type:

Button

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

validationGroup

Type:

Object