View Source DocuSign.Model.DocumentHtmlDefinition (DocuSign v1.2.0)
Holds the properties that define how to generate the responsive-formatted HTML for the document. See Responsive signing in the eSignature concepts guide.
Summary
Types
@type t() :: %DocuSign.Model.DocumentHtmlDefinition{ displayAnchorPrefix: String.t() | nil, displayAnchors: [DocuSign.Model.DocumentHtmlDisplayAnchor.t()] | nil, displayOrder: String.t() | nil, displayPageNumber: String.t() | nil, documentGuid: String.t() | nil, documentId: String.t() | nil, headerLabel: String.t() | nil, maxScreenWidth: String.t() | nil, removeEmptyTags: String.t() | nil, showMobileOptimizedToggle: String.t() | nil, source: String.t() | nil }