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
ai.commands.id
Not finding the help you need?
Contact Support