Skip to content

Commit f3cd889

Browse files
authored
docs(signature): Fix DebounceDelay description
1 parent 86616aa commit f3cd889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/signature/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following table lists the Signature parameters. Also check the [Signature AP
5656
| `AriaLabel` | `string` | Maps to the `aria-label` attribute. Use this parameter if the text that labels the component is not visible. |
5757
| `AriaLabelledBy` | `string` | Maps to the `area-labelledby` attribute. Use this parameter to reference another element to define its accessible name. |
5858
| `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. |
6060
| `Enabled` | `bool` <br /> `(true)` | Defines if the component is enabled. |
6161
| `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. |
6262
| `Height` | `string` | Defines the height of the component. Set it in `px`. |

0 commit comments

Comments
 (0)