Defines how attachments display within a table.

Referenced by: attributeTableGroupElement, attributeTableInfo

Properties

PropertyDetails
descriptionA string that describes the element in detail.
displayTypeThis property applies to elements of type attachment. A string value indicating how to display the attachment.
Valid value of this property auto
labelA string representing the column label in the table.
typeA string value indicating what the element represents.
Valid value of this property attachment

Example

{
"label": "Photos and Files",
"description": "Click to get more details.",
"type": "attachment",
"displayType": "auto"
}