Provides the ability to navigate and view associated objects from a layer or table associated within the pop-up.
Referenced by: popupElement
Properties
| Property | Details |
|---|---|
| associationTypes[] | array of objects that define the type of associations to display in the pop-up. |
| description | A string that describes the element in detail. |
| displayCount | An integer that indicates the maximum number of features to display per layer. |
| title | A string value indicating what the element represents. |
| type | String 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"}