React SpeedDialAction - ClickEvent

The type of the click event handler's argument.

import { SpeedDialActionTypes } from "devextreme-react/speed-dial-action"
Type: SpeedDialActionTypes.ClickEvent

actionElement

component

The UI component's instance.

Selector: Component

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event