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