actionButton.loadingIconString(default: "stop")

The icon name for the action button when in loading state.

Example

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