resizable.min Number

The minimum height that the editor can be resized to.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  resizable: {
    min: 100
  }
});
</script>
In this article