import FeatureAbilities from "@arcgis/core/popup/support/FeatureAbilities.js";const FeatureAbilities = await $arcgis.import("@arcgis/core/popup/support/FeatureAbilities.js");- Inheritance
- FeatureAbilities→
Accessor
- Since
- ArcGIS Maps SDK for JavaScript 5.1
Defines specific abilities used when querying and displaying popup content.
Constructors
Constructor
Constructor
Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| properties | | |
See the properties table for a list of all the
properties that may be passed into the constructor.
Properties
Any properties can be set, retrieved or listened to. See the Watch for changes topic.
attachmentsContent
Property
- Type
- boolean
Indicates whether to query and display attachments associated with the feature.
- Default value
- true
chartAnimation
Property
- Type
- boolean
Indicates whether to display animations for charts residing in media content elements.
- Default value
- true
customContent
Property
- Type
- boolean
Indicates whether to display any custom content elements.
- Default value
- true
expressionContent
Property
- Type
- boolean
Indicates whether to display any expression content elements.
- Default value
- true
fieldsContent
Property
- Type
- boolean
Indicates whether to display any fields content elements.
- Default value
- true
mediaContent
Property
- Type
- boolean
Indicates whether to display any media content elements.
- Default value
- true
relationshipContent
Property
- Type
- boolean
Indicates whether to display relationship content elements.
- Default value
- true
textContent
Property
- Type
- boolean
Indicates whether to display any text content elements.
- Default value
- true
utilityNetworkAssociationsContent
Property
- Type
- boolean
Indicates whether to display utility network associations content elements.
- Default value
- true