Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.35 KB

SignatureUiInputUpdate.md

File metadata and controls

29 lines (25 loc) · 2.35 KB

SignatureUiInputUpdate

Properties

Name Type Description Notes
name string Resource's name
description string Signature UI's description [optional]
enable_header_bar bool Toggle header bar of the app view [optional] [default to true]
enable_header_bar_sign_as bool Toggle "Sign as" band on the top of the app view [optional] [default to true]
enable_sidebar bool Toggle sidebar of the app view [optional] [default to true]
enable_member_list bool Toggle list of members in the procedure [optional] [default to true]
enable_document_list bool Toggle list of documents in the procedure [optional] [default to true]
enable_document_download bool Toggle downloads buttons for documents [optional] [default to true]
enable_activities bool Toggle activity feed [optional] [default to true]
authentication_popup bool True for use a popup for enter the SMS code, false for use a fullscreen view. [optional] [default to false]
default_zoom float Default zoom of the pdf viewer. Default is the adapted to the resolution of your screen. [optional]
logo string Base64 of your logo [optional]
sign_image_types_available string[] Allow sign images types available for signature. [optional]
default_language string Default language of the view. Must be in "languages" field. [optional]
languages string[] Array of allowed languages, use country code [optional]
fonts string[] List of fonts to load on the view. (Loaded via google fonts) [optional]
style string CSS for customize the view [optional]
redirect_cancel \YouSign\Client\Model\SignatureUiOutputRedirectCancel [optional]
redirect_error \YouSign\Client\Model\SignatureUiOutputRedirectError [optional]
redirect_success \YouSign\Client\Model\SignatureUiOutputRedirectSuccess [optional]

[Back to Model list] [Back to API list] [Back to README]