Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 975 Bytes

File metadata and controls

25 lines (13 loc) · 975 Bytes

SubSignerExperience

Configuration options for modifying the settings of the signer application. Supports changing the form view behavior.

Properties

Name Type Description Notes
formView FormViewEnum Changes the form view setting experienced by the signer. Supported versions are: - disabled - Form view is disabled, and the signer cannot change it - enabled - Form view is disabled initially, the signer can turn it on using a toggle - enabled_by_default - Form view is enabled initially. The signer car turn it off using a toggle - forced - Form view is enabled initially. The signer cannot change it, the toggle is hidden.

Enum: FormViewEnum

Name Value
DISABLED "disabled"
ENABLED "enabled"
ENABLED_BY_DEFAULT "enabled_by_default"
FORCED "forced"