ai.aiPrompt.commands.iconString

The icon of the command.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
    ai: {
        aiPrompt: {
            commands: [{
                icon: "gear",
                text: "Summarize"
            }]
        }
    }
});
</script>
In this article
ai.aiPrompt.commands.icon
Not finding the help you need?
Contact Support