Skip to main content

Signature mobile component

Capture a signature as an image.

An input field to capture a signature and save it as an image.

Signature

Properties

disabled
boolean

Whether user input, interaction, or selection is disabled.

hidden
boolean

Whether the component is visible.

id
string

The name of the component.

instructions
string

Instructions for signature capture.

text
string

The text label for the input.

placeholder
string

The placeholder text for the input.

pluginType
string

The component type.

value
string

The value of the component. Contains a blob: or file:// URI string for the captured data (e.g., for upload to a data store). Use utils.getDataByObjectURL() if you need to convert the blob into a Base64-encoded string.