commands.idString

The id of the command item.

Example

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