Vue SpeedDialAction - ClickEvent

The type of the click event handler's argument.

import { DxSpeedDialActionTypes } from "devextreme-vue/speed-dial-action"
Type: DxSpeedDialActionTypes.ClickEvent

actionElement

component

The UI component's instance.

Selector: DxComponent

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent