Angular SpeechToText - StartClickEvent

The argument type in the startClick event.

import { DxSpeechToTextTypes } from "devextreme-angular/ui/speech-to-text"
Type: DxSpeechToTextTypes.StartClickEvent

component

The UI component's instance.

Selector: dxo-component
Type: SpeechToText

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event