text String

Will be used to populated Avatar content when its type is set to text

Example

<div id="avatar"></div>
<script>
    $("#avatar").kendoAvatar({
        text: "MG"
    });
</script>
In this article