toolbarItems.roundedString
The rounded mode of the toolbar item. Available options are small, medium, large, full or none.
Example
<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
toolbarItems: [
{ type: "button", rounded: "medium", text: "Action", fillMode: "outline" }
]
});
</script>
In this article