SignatureProps
Represents the props of the Kendo UI for Vue Signature component.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaDescribedBy? | 
 | Identifies the element(s) which will describe the component, similar to HTML aria-describedby attribute. For example these elements could contain error or hint message. | |
| ariaLabel? | 
 | The accessible label of the component. | |
| ariaLabelledBy? | 
 | Identifies the element(s) which will label the component. | |
| backgroundColor? | 
 | The background color of the signature. Accepts CSS color names and hex values. The default value is determined by the theme  | |
| color? | 
 | The stroke color of the signature. Accepts CSS color names and hex values. The default value is determined by the theme  | |
| dir? | 
 | Represents the  | |
| disabled? | 
 | Determines whether the Signature is in its disabled state. | |
| 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. | 
| fillMode? | 
 | 
 | Configures the  The available options are: 
 | 
| hideLine? | 
 | 
 | A flag indicating whether the dotted line should be displayed in the background. | 
| id? | 
 | Sets the  | |
| inputStyle? | 
 | Represents the input element  | |
| maximizable? | 
 | 
 | A flag indicating if the signature can be maximized. | 
| modelValue? | 
 | Specifies the v-model. | |
| name? | 
 | Specifies the name of the Signature input. | |
| onBlur? | 
 | The event handler that will be fired when Signature is blurred. | |
| onChange? | 
 | Determines the event handler that will be fired when the user edits the value. | |
| onClose? | 
 | The event handler that will be fired when Signature popup is closed. | |
| onFocus? | 
 | The event handler that will be fired when Signature is focused. | |
| onOpen? | 
 | The event handler that will be fired when Signature popup is open. | |
| open? | 
 | Sets the open and close state of the Signature. | |
| popupScale? | 
 | 
 | The scale factor for the popup. The Signature width and height will be multiplied by the scale when showing the popup. | 
| readOnly? | 
 | Determines whether the Signature is in its read-only state. | |
| required? | 
 | The required state of the component. | |
| rounded? | 
 | 
 | Configures the  The available options are: 
 | 
| size? | 
 | 
 | Configures the  The available options are: 
 | 
| smooth? | 
 | 
 | A flag indicating whether to smooth out signature lines. | 
| strokeWidth? | 
 | 
 | The stroke width of the signature. | 
| tabIndex? | 
 | Sets the  | |
| valid? | 
 | Overrides the validity state of the component.
If  | |
| validationMessage? | 
 | The validation message of the component. | |
| validityStyles? | 
 | The validity styles. Defaults to 'true'. | |
| value? | 
 | Specifies the value of the Signature. The value is an image encoded as a Data URL. |