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