label String
Specifies the label that will be rendered on the k-signature-canvas
element of the component with the aria-label
attribute.
Example
<div id="signature"></div>
<script>
$("#signature").kendoSignature({
label: "Signature canvas"
});
</script>