Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.77 KB

SignatureUiOutput.md

File metadata and controls

35 lines (31 loc) · 2.77 KB

SignatureUiOutput

Properties

Name Type Description Notes
id string Resource's ID [optional]
name string Resource's name
description string [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 value for zoom of the PDF viewer. Default value 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]
labels \YouSign\Client\Model\SignatureUiLabelOutput[] [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]
creator string Creator's ID [optional]
company string Associated Company's ID [optional]
created_at \DateTime Date of creation [optional]
updated_at \DateTime Date of last update [optional]

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