promptTextArea.label.contentString

Specifies the label text content.

Example

<div id="aiprompt"></div>
<script>
$("#aiprompt").kendoAIPrompt({
    promptTextArea: {
        label: {
            content: "Your AI Prompt"
        }
    }
});
</script>
In this article
promptTextArea.label.content
Not finding the help you need?
Contact Support