commandExecute

Triggered once a command is selected.

Example

<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
    commandExecute: function(e) {
        console.log("Command executed:", e.command);
    }
});
</script>
In this article
commandExecute
Not finding the help you need?
Contact Support