fileAttachment.sizeString

The size of the button (e.g., "small", "medium", "large").

Example

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