sources.descriptionString
A short description of the source, displayed below the source link in the popover.
Example - set source descriptions
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
sources: [
{
url: "https://example.com",
title: "Example",
description: "A sample reference."
}
]
});
</script>