View Source DocuSign.Model.SmartSectionDisplaySettings (DocuSign v1.2.0)

These properties define how a Smart Section displays. A Smart Section is a type of display section.

Summary

Types

@type t() :: %DocuSign.Model.SmartSectionDisplaySettings{
  cellStyle: String.t() | nil,
  collapsibleSettings:
    DocuSign.Model.SmartSectionCollapsibleDisplaySettings.t() | nil,
  display: String.t() | nil,
  displayLabel: String.t() | nil,
  displayOrder: integer() | nil,
  displayPageNumber: integer() | nil,
  hideLabelWhenOpened: boolean() | nil,
  inlineOuterStyle: String.t() | nil,
  labelWhenOpened: String.t() | nil,
  preLabel: String.t() | nil,
  scrollToTopWhenOpened: boolean() | nil,
  tableStyle: String.t() | nil
}