show

Triggered once the component has been opened programmatically.

Example

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