toolbarItems.typeString

The type of the toolbar item. Available options are button or spacer.

Example

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