speechToTextButton.iconString

Defines the font icon name for the Speech to Text button.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: {
        icon: "microphone"
    },
    placeholder: "Custom speech icon..."
});
</script>
In this article
speechToTextButton.icon
Not finding the help you need?
Contact Support