New to Kendo UI for jQueryStart a free 30-day trial

Note: This event is deprecated. Use the outputAction event instead.

Triggered when the copy output button of an output is clicked. The prompt and the output object are available through the event argument.

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    outputCopy: function(e) {
        console.log("Output copied:", e.output);
    }
});
</script>
Not finding the help you need?
Contact Support