views.promptCommands.iconString

The icon name of the command item.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    views: [{
        type: "commands",
        promptCommands: [
            { id: "summarize", text: "Summarize", icon: "list-unordered" },
            { id: "translate", text: "Translate", icon: "globe" }
        ]
    }]
});
</script>
In this article
views.promptCommands.icon
Not finding the help you need?
Contact Support