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

Referenced by: formUtilityNetworkAssociationsElement, popupElement utilityNetworkAssociations

Properties

PropertyDetails
associatedAssetGroupThe id of the asset group to filter utility network assocations
associatedAssetTypeThe id of the asset type to filter utility network assocations
associatedNetworkSourceIdThe id of the source to filter utility network assocations
descriptionA string that describes the element in detail.
titleA string value indicating what the element represents.
typeThe 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
}