Object defining the type of associations to display in the pop-up.
Referenced by: formUtilityNetworkAssociationsElement, 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: 
 | 
Example
{
  "type": "container",
  "title": "Container",
  "description": "This is a container association type.",
  "associatedAssetGroup": 1,
  "associatedAssetType": 2,
  "associatedNetworkSourceId": 3
}