Defines how attachments display within a table.
Referenced by: attributeTableGroupElement, attributeTableInfo
Properties
Property | Details |
---|---|
description | A string that describes the element in detail. |
displayType | This property applies to elements of type attachment . A string value indicating how to display the attachment. Valid value of this property auto |
label | A string representing the column label in the table. |
type | A 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"
}