ai.commands.textString
The text of the command.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
commands: [{
text: "Proofread"
}]
}
});
</script>
In this article
StringThe text of the command.
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
ai: {
commands: [{
text: "Proofread"
}]
}
});
</script>