Association Type

Object defining the type of associations to display in the pop-up.

Referenced by: popupElement utilityNetworkAssociations

Properties

Property Details
associatedAssetGroup The id of the asset group to filter utility network assocations
associatedAssetType The id of the asset type to filter utility network assocations
associatedNetworkSourceId The id of the source to filter utility network assocations
description A string that describes the element in detail.
title A string value indicating what the element represents.
type The type of associations to display in the pop-up.
Valid values:
  • attachment
  • connectivity
  • container
  • content
  • structure

Example

{
  "type": "container",
  "title": "Container",
  "description": "This is a container association type.",
  "associatedAssetGroup": 1,
  "associatedAssetType": 2,
  "associatedNetworkSourceId": 3
}

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