outputActions.textString

The text displayed on the action button.

Example

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