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