enableBoolean(default: true)
Specifies whether the underlying TextArea widget will be disabled or not.
Example
<div id="inlineaiprompt"></div>
<script>
$("#inlineaiprompt").kendoInlineAIPrompt({
enable: false
});
</script>