You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/signature/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The following table lists the Signature parameters. Also check the [Signature AP
56
56
|`AriaLabel`|`string`| Maps to the `aria-label` attribute. Use this parameter if the text that labels the component is not visible. |
57
57
|`AriaLabelledBy`|`string`| Maps to the `area-labelledby` attribute. Use this parameter to reference another element to define its accessible name. |
58
58
|`Class`|`string`| Renders a custom CSS class to the `<div class="k-signature">` element. Use it to [override theme styles]({%slug themes-override%}). |
59
-
|`DebounceDelay`|`int` <br /> `(150)`|Time in milliseconds between the last typed symbol and the internal `oninput` event firing. |
59
+
|`DebounceDelay`|`int` <br /> `(150)`|The time in milliseconds between the last drawn line and the value change event. |
60
60
|`Enabled`|`bool` <br /> `(true)`| Defines if the component is enabled. |
61
61
|`ExportScale`|`double` <br /> `(2)`| The `Width` and `Height` of the component will be multiplied by the value of the `ExportScale` when converting the signature to an image. |
62
62
|`Height`|`string`| Defines the height of the component. Set it in `px`. |
0 commit comments