hide

Triggered once the component has been closed programmatically.

Example

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