SignatureProps
Represents the props of the KendoReact Signature component.
Name | Type | Default | Description |
---|---|---|---|
ariaDescribedBy? |
|
Identifies the element(s) which will describe the component. jsx
| |
ariaLabel? |
|
Specifies the accessible label of the Signature. jsx
| |
ariaLabelledBy? |
|
Identifies the element(s) which will label the component. jsx
| |
backgroundColor? |
|
Specifies the background color of the Signature. jsx
| |
className? |
|
Adds custom CSS classes to the Signature. jsx
| |
color? |
|
Specifies the stroke color of the Signature. jsx
| |
dir? |
|
Represents the jsx
| |
disabled? |
|
Disables the Signature when set to jsx
| |
exportScale? |
|
|
The scale factor for the exported image. The Signature width and height will be multiplied by the scale when converting the signature to an image. jsx
|
fillMode? |
|
Configures the fill mode of the Signature. jsx
| |
height? |
|
Specifies the height of the Signature in pixels. jsx
| |
hideLine? |
|
|
Hides the dotted line in the background. jsx
|
id? |
|
Specifies the jsx
| |
inputStyle? |
|
Represents the input element jsx
| |
maximizable? |
|
Enables the maximizable feature of the Signature. jsx
| |
name? |
|
Specifies the name of the Signature input. jsx
| |
onBlur? |
|
Fires when the Signature is blurred. jsx
| |
onChange? |
|
Fires when the value of the Signature changes. jsx
| |
onClose? |
|
Fires when the Signature popup is closed. jsx
| |
onFocus? |
|
Fires when the Signature is focused. jsx
| |
onOpen? |
|
Fires when the Signature popup is opened. jsx
| |
open? |
|
Sets the open state of the Signature popup. jsx
| |
popupScale? |
|
|
The scale factor for the popup. The Signature width and height will be multiplied by the scale when showing the popup. jsx
|
readOnly? |
|
Sets the Signature to read-only mode. jsx
| |
required? |
|
Specifies if This property is part of the FormComponentProps interface. | |
rounded? |
|
Configures the roundness of the Signature. jsx
| |
size? |
|
Configures the size of the Signature. jsx
| |
smooth? |
|
Enables smoothing of the signature lines. jsx
| |
strokeWidth? |
|
Specifies the stroke width of the Signature. jsx
| |
style? |
|
Represents the jsx
| |
tabIndex? |
|
Specifies the jsx
| |
valid? |
|
Overrides the validity state of the component.
If This property is part of the FormComponentProps interface. | |
validationMessage? |
|
Controls the form error message of the component. If set to an empty string, no error will be thrown. This property is part of the FormComponentProps interface. | |
validityStyles? |
|
If set to This property is part of the FormComponentProps interface. | |
value? |
|
Specifies the value of the Signature as a Data URL. jsx
| |
width? |
|
Specifies the width of the Signature in pixels. jsx
|