fileAttachment.iconString(default: "attachment")

The icon name for the file select button.

Example

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