DocuSign v0.2.0 DocuSign.Model.Radio View Source
One of the selectable radio buttons in the `radios` property of a `radioGroup` tab.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %DocuSign.Model.Radio{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
errorDetails: ErrorDetails,
locked: String.t(),
pageNumber: String.t(),
required: String.t(),
selected: String.t(),
tabId: String.t(),
tabOrder: String.t(),
value: String.t(),
xPosition: String.t(),
yPosition: String.t()
}
t() :: %DocuSign.Model.Radio{
anchorCaseSensitive: String.t(),
anchorHorizontalAlignment: String.t(),
anchorIgnoreIfNotPresent: String.t(),
anchorMatchWholeWord: String.t(),
anchorString: String.t(),
anchorUnits: String.t(),
anchorXOffset: String.t(),
anchorYOffset: String.t(),
errorDetails: ErrorDetails,
locked: String.t(),
pageNumber: String.t(),
required: String.t(),
selected: String.t(),
tabId: String.t(),
tabOrder: String.t(),
value: String.t(),
xPosition: String.t(),
yPosition: String.t()
}