commands.textString

The text of the command item.

Example

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    commands: [{
        id: "translate",
        text: "Translate to Spanish",
        icon: "translate"
    }]
});
</script>
In this article
commands.text
Not finding the help you need?
Contact Support