outputActions.fillModeString

Specifies the fill mode of the action button. Available options: "solid", "outline", "flat", "none".

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    outputActions: [
        { command: "primary", text: "Primary", fillMode: "solid" },
        { command: "secondary", text: "Secondary", fillMode: "outline" }
    ]
});
</script>
In this article
outputActions.fillMode
Not finding the help you need?
Contact Support