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