Defines a container that holds a set of table elements that can be displayed together.

Referenced by: attributeTableInfo

Properties

PropertyDetails
attributeTableElements[]An array of Element objects that represent an ordered list of table elements. Nested group elements are not supported.
Array of items of the following types:
descriptionA string that describes the element in detail.
labelA unique string representing the group column label in the table.
typeA string value indicating what the element represents.
Valid value of this property group

Example

{
"label": "Address Information",
"type": "group",
"attributeTableElements": [
{
"fieldName": "StreetNumber",
"type": "field"
},
{
"fieldName": "StreetName",
"type": "field"
},
{
"fieldName": "City",
"type": "field"
}
]
}