DocuSign v0.2.0 DocuSign.Model.View View Source
This tab is used with the Approve tab to handle [supplemental documents][supdocs]. [supdocs]: /esign/guide/appendix/glossary.html#supplemental-documents
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.View{
height: integer(),
font: String.t(),
fontSize: String.t(),
mergeField: MergeField,
underline: String.t(),
italic: String.t(),
templateRequired: String.t(),
recipientId: String.t(),
bold: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
yPosition: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
customTabId: String.t(),
fontColor: String.t(),
anchorHorizontalAlignment: String.t(),
conditionalParentValue: String.t(),
status: String.t(),
requiredRead: String.t(),
anchorMatchWholeWord: String.t(),
documentId: String.t(),
buttonText: String.t(),
pageNumber: String.t(),
anchorCaseSensitive: String.t(),
anchorUnits: String.t(),
anchorString: String.t(),
errorDetails: ErrorDetails,
xPosition: String.t(),
required: String.t(),
tabId: String.t(),
conditionalParentLabel: String.t(),
width: integer(),
anchorIgnoreIfNotPresent: String.t(),
tabLabel: String.t()
}
t() :: %DocuSign.Model.View{
height: integer(),
font: String.t(),
fontSize: String.t(),
mergeField: MergeField,
underline: String.t(),
italic: String.t(),
templateRequired: String.t(),
recipientId: String.t(),
bold: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
yPosition: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
customTabId: String.t(),
fontColor: String.t(),
anchorHorizontalAlignment: String.t(),
conditionalParentValue: String.t(),
status: String.t(),
requiredRead: String.t(),
anchorMatchWholeWord: String.t(),
documentId: String.t(),
buttonText: String.t(),
pageNumber: String.t(),
anchorCaseSensitive: String.t(),
anchorUnits: String.t(),
anchorString: String.t(),
errorDetails: ErrorDetails,
xPosition: String.t(),
required: String.t(),
tabId: String.t(),
conditionalParentLabel: String.t(),
width: integer(),
anchorIgnoreIfNotPresent: String.t(),
tabLabel: String.t()
}