actionButton.themeColorString

The theme color for the button (e.g., "base", "primary", "secondary").

Example

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