attributes Object
Defines custom attributes of the Chip's element.
Example
<span id="chip"></span>
<script>
$("#chip").kendoChip({
label: 'Disabled chip',
attributes: { "data-val" : "custom data attribute" }
});
</script>