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

GetViews

methods

Returns an array of views of the AIPrompt.

Returns:Array

An array of views of the AIPrompt.

<div id="aiprompt"></div>
<script>
var aiprompt = $("#aiprompt").kendoAIPrompt().data("kendoAIPrompt");
var views = aiprompt.getViews();
console.log("Available views:", views);
</script>
Not finding the help you need?
Contact Support