actionButton.loadingTextString(default: null)

The text label for the action button when in loading state.

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    authorId: "user",
    actionButton: {
        loadingText: "Stop"
    }
});
</script>
In this article
actionButton.loadingText
Not finding the help you need?
Contact Support