popupElement utilityNetworkAssociations

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.
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"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.