New to Kendo UI for VueStart a free 30-day trial

Represents the props of the Kendo UI for Vue Signature component.

Definition

Package:@progress/kendo-vue-inputs

Properties

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.

The accessible label of the component.

Identifies the element(s) which will label the component.

The background color of the signature.

Accepts CSS color names and hex values.

The default value is determined by the theme $kendo-input-bg variable.

color?

string

The stroke color of the signature.

Accepts CSS color names and hex values.

The default value is determined by the theme $kendo-input-text variable.

dir?

string

Represents the dir HTML attribute.

disabled?

boolean

Determines whether the Signature is in its disabled state.

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.

Default:

2

fillMode?

"flat" | "solid" | "outline"

Configures the fillMode of the Signature.

The available options are:

  • solid
  • outline
  • flat
Default:

undefined

hideLine?

boolean

A flag indicating whether the dotted line should be displayed in the background.

Default:

false

id?

string

Sets the id of the Signature DOM element.

Represents the input element style HTML attribute.

A flag indicating if the signature can be maximized.

Default:

true

Specifies the v-model.

name?

string

Specifies the name of the Signature input.

onBlur?

(event: SignatureBlurEvent) => void

The event handler that will be fired when Signature is blurred.

Parameters:eventSignatureBlurEvent

Determines the event handler that will be fired when the user edits the value.

Parameters:eventSignatureChangeEvent

The event handler that will be fired when Signature popup is closed.

Parameters:eventSignatureCloseEvent

The event handler that will be fired when Signature is focused.

Parameters:eventSignatureFocusEvent

onOpen?

(event: SignatureOpenEvent) => void

The event handler that will be fired when Signature popup is open.

Parameters:eventSignatureOpenEvent

open?

boolean

Sets the open and close state of the Signature.

The scale factor for the popup.

The Signature width and height will be multiplied by the scale when showing the popup.

Default:

3

readOnly?

boolean

Determines whether the Signature is in its read-only state.

required?

boolean

The required state of the component.

rounded?

"small" | "medium" | "large" | "none" | "full"

Configures the roundness of the Signature.

The available options are:

  • none
  • small
  • medium
  • large
Default:

undefined

size?

"small" | "medium" | "large"

Configures the size of the Signature.

The available options are:

  • small
  • medium
  • large
Default:

undefined

smooth?

boolean

A flag indicating whether to smooth out signature lines.

Default:

false

The stroke width of the signature.

Default:

1

tabIndex?

number

Sets the tabIndex property of the Signature.

valid?

boolean

Overrides the validity state of the component. If valid is set, the required property will be ignored.

The validation message of the component.

The validity styles. Defaults to 'true'.

value?

string

Specifies the value of the Signature.

The value is an image encoded as a Data URL.