fileAttachment.themeColorString

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

Example

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