ai.paneObject

Defines the configuration options for the Splitter Pane containing the side panel AI Prompt. This allows you to control the pane's size, minimum size, collapsibility, and collapsed state.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  ai: {
    pane: {
      min: "370px",
      size: "370px",
      collapsible: true,
      collapsed: true
    }
  }
});
</script>
In this article
ai.paneRelated Properties
Not finding the help you need?
Contact Support