outputActions.iconString

The icon name for the action button. Uses Kendo UI icon names.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    outputActions: [
        { command: "bookmark", text: "Bookmark", icon: "bookmark" },
        { command: "share", text: "Share", icon: "share" }
    ]
});
</script>
In this article
outputActions.icon
Not finding the help you need?
Contact Support