Provides the ability to navigate and view associated objects from a layer or table associated within the pop-up.

Referenced by: popupElement

Properties

PropertyDetails
associationTypes[]array of objects that define the type of associations to display in the pop-up.
descriptionA string that describes the element in detail.
displayCountAn integer that indicates the maximum number of features to display per layer.
titleA string value indicating what the element represents.
typeString value indicating which type of element to use.
Valid value of this property utilityNetworkAssociations

Example

{
"description": "Fuse Box",
"title": "Fuses",
"associationTypes": [
{
"type": "content",
"title": "Fuse Box",
"description": "This content",
"associatedNetworkSourceId": 6,
"associatedAssetGroup": 1,
"associatedAssetType": 1
},
{
"type": "structure",
"associatedNetworkSourceId": 9,
"associatedAssetGroup": 2
}
],
"type": "utilityNetworkAssociations"
}