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