DocuSign.Model.List (DocuSign v0.4.2) View Source
This tab offers a list of options to choose from. The `listItems` property contains a list of `listItem` objects to specify the selectable options.
Link to this section Summary
Link to this section Types
Specs
t() :: %DocuSign.Model.List{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
bold: String.t(),
conditionalParentLabel: String.t(),
conditionalParentValue: String.t(),
customTabId: String.t(),
documentId: String.t(),
errorDetails: ErrorDetails,
font: String.t(),
fontColor: String.t(),
fontSize: String.t(),
italic: String.t(),
listItems: [ListItem],
locked: String.t(),
mergeField: MergeField,
pageNumber: String.t(),
recipientId: String.t(),
requireAll: String.t(),
requireInitialOnSharedChange: String.t(),
required: String.t(),
senderRequired: String.t(),
shared: String.t(),
status: String.t(),
tabId: String.t(),
tabLabel: String.t(),
tabOrder: String.t(),
templateLocked: String.t(),
templateRequired: String.t(),
underline: String.t(),
value: String.t(),
width: integer(),
xPosition: String.t(),
yPosition: String.t()
}