Skip to main content

Signature Pad

Signature Pad allows to draw smooth signatures.

Example

A8Studio

API Methods

setLabel

Sets the label of the field.

setLabel(label: string): void

setRequired

Sets a field to be required or not.

setRequired(required: boolean): void

setSize

Sets the size only by using the parameters passed in.

setSize(size: "small" | "medium" | "large"): void

setVisibility

Sets if elements of the given category is visible in this view.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the hide condition

setVisibilityCondition(condition: string): void