value Number|String

Sets the value of the QRCode. More about the the value of the QRCode can be found in the Encoding documentation article.

Example

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
  value: "https://demos.telerik.com/kendo-ui/dataviz/overview/index.html"
});
</script>
In this article