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

ActiveView

configuration

Specifies the index of the active view or the name of the view.

activeView

Number|String

Default: 0

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    activeView: 1,
    promptOutputs: [{ prompt: "create object 1", output: "Description 1" }]
});
</script>
Not finding the help you need?
Contact Support