require(["esri/popup/support/UtilityNetworkAssociationType"], (UtilityNetworkAssociationType) => { /* code goes here */ });
import UtilityNetworkAssociationType from "@arcgis/core/popup/support/UtilityNetworkAssociationType.js";
esri/popup/support/UtilityNetworkAssociationType
Property Overview
Name | Type | Summary | Object |
---|---|---|---|
This property is used to filter the associations by asset group. | UtilityNetworkAssociationType | ||
This property is used to filter the associations by asset type. | UtilityNetworkAssociationType | ||
This property is used to filter the associations by network sourceId. | UtilityNetworkAssociationType | ||
The description for the type of association in the list of association types on the popup. | UtilityNetworkAssociationType | ||
Triggers viewModel to query the proper features when a specific type of association is selected from the list. | UtilityNetworkAssociationType | ||
The title for the type of association in the list of association types on the popup. | UtilityNetworkAssociationType | ||
The type of association. | UtilityNetworkAssociationType |
Property Details
-
associatedAssetGroup
associatedAssetGroup Number
-
This property is used to filter the associations by asset group. In order for this filter to work a value must be assigned to associatedNetworkSourceId.
-
associatedAssetType
associatedAssetType Number
-
This property is used to filter the associations by asset type. In order for this filter to work a value must be assigned to associatedAssetGroup and associatedNetworkSourceId.
-
associatedNetworkSourceId
associatedNetworkSourceId Number
-
This property is used to filter the associations by network sourceId.
-
description
description String
-
-
open
open Boolean
-
Triggers viewModel to query the proper features when a specific type of association is selected from the list.
-
title
title String
-
The title for the type of association in the list of association types on the popup. Users are able to change the display titles of the association type header in their list of association types. For example, the header
Contents
could be changed toCont.
or the headerConnectivity
could be changed toMyConnectivity
.
-
type
type String
-
The type of association.
Possible Values:"attachment" |"connectivity" |"container" |"content" |"structure"