actionButton.iconString(default: "send")

The icon name for the action button in its default (send) state.

Example

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