An object that displays any associated related records for each feature in the table.
Referenced by: attributeTableGroupElement, attributeTableInfo
Properties
Property | Details |
---|---|
description | A string that describes the element in detail. |
label | A string value representing the column label. |
relationshipId | The id of the relationship as defined in the feature layer definition. |
type | A string value indicating what the element represents. Valid value of this property relationship |
Example
{
"label": "Inspections",
"description": "Click to browse previous inspections",
"type": "relationship",
"relationshipId": 0
}