ai.commands.idString
The id of the command.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
commands: [{
id: "proofread",
text: "Proofread"
}]
}
});
</script>
In this article