sources.urlString
The URL of the source. Rendered as a link in the popover.
Example - set source URLs
<span id="citation"></span>
<script>
$("#citation").kendoCitation({
sources: [
{ url: "https://example.com", title: "Example" }
]
});
</script>