Vue SpeedDialAction Types

ClickEvent

The type of the click event handler's argument.

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

ContentReadyEvent

The type of the contentReady event handler's argument.

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

DisposingEvent

The type of the disposing event handler's argument.

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

InitializedEvent

The type of the initialized event handler's argument.

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

OptionChangedEvent

The type of the optionChanged event handler's argument.

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