ai.inlineAIPrompt.commands.idString

The id of the command.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
    ai: {
        inlineAIPrompt: {
            commands: [{
                id: "enhance",
                text: "Enhance"
            }]
        }
    }
});
</script>
In this article
ai.inlineAIPrompt.commands.id
Not finding the help you need?
Contact Support