speechToTextButton.themeColorString

Defines the theme color for the Speech to Text button.

Example

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