toolbarItems.iconString

The icon name of the toolbar item.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    toolbarItems: [
        { type: "button", icon: "save", text: "Save" }
    ]
});
</script>
In this article
toolbarItems.icon
Not finding the help you need?
Contact Support