messages.copyOutputActionString(default: "Copy")

The text of the default copy output command.

Example

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    messages: {
        copyOutputAction: "Copy Text"
    }
});
</script>
In this article
messages.copyOutputAction
Not finding the help you need?
Contact Support