import UtilityNetworkAssociationInput from "@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js";const UtilityNetworkAssociationInput = await $arcgis.import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");- Inheritance:
- UtilityNetworkAssociationInput→
EditableInput<UtilityNetworkAssociationsElement>→ InputBase→ Accessor
- Since
- ArcGIS Maps SDK for JavaScript 4.32
Constructors
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
Properties
| Property | Type | Class |
|---|---|---|
declaredClass readonly inherited | ||
editable readonly | | |
editType inherited | ||
group readonly | GroupInput | null | undefined | |
type readonly | "utilityNetworkAssociations" | |
uid readonly inherited | ||
updating readonly | |
editType
- Type
- EditType
The value that will be set for the Arcade variable $editcontext.editType
in the Arcade context used to evaluate form expressions.
Accepted values are "INSERT", "UPDATE", "DELETE", and "NA".
For FieldInputs with value expressions, this property is also used in
determining whether or not the value expressions should be applied. Per the
Web Map Specification,
value expressions are ignored if the associated layer field is not
editable. Determining whether the layer field is editable must consider
whether the specific type of edit being attempted is allowed. For example,
if a layer has the supportsAdd capability but does not have the
supportsUpdate capability, then the value expression will be applied if
editType is INSERT but ignored if editType is UPDATE.
For the purposes of determining whether or not the layer allows the current
edit type, a value of "NA" is always considered allowed.
- Default value
- "NA"
group
- Type
- GroupInput | null | undefined
The group containing the relationship input.
uid
- Type
- string
- Since
- ArcGIS Maps SDK for JavaScript 4.33
An automatically generated unique identifier assigned to the instance. The unique id is generated each time the application is loaded.
Methods
| Method | Signature | Class |
|---|---|---|
refresh(): Promise<void> | |
refresh
- Signature
-
refresh (): Promise<void>
Refreshes the associations view model for this Input.
Re-queries the count of associated features for each association type, as well as the associated features for any open association type.