React SpeedDialAction Types

ClickEvent

The type of the click event handler's argument.

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

ContentReadyEvent

The type of the contentReady event handler's argument.

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

DisposingEvent

The type of the disposing event handler's argument.

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

InitializedEvent

The type of the initialized event handler's argument.

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

OptionChangedEvent

The type of the optionChanged event handler's argument.

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