Vue SpeechToText - StopClickEvent

The argument type in the stopClick event.

import { DxSpeechToTextTypes } from "devextreme-vue/speech-to-text"
Type: DxSpeechToTextTypes.StopClickEvent

component

The UI component's instance.

Selector: DxComponent
Type: SpeechToText

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent