DocuSign v0.2.0 DocuSign.Model.ListItem View Source

One of the selectable items in the `listItems` property of a `list` tab.

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %DocuSign.Model.ListItem{
  selected: String.t(),
  text: String.t(),
  value: String.t()
}