import FeatureAbilities from "@arcgis/core/popup/support/FeatureAbilities.js";
Inheritance
FeatureAbilitiesAccessor
Since
ArcGIS Maps SDK for JavaScript 5.1

Defines specific abilities used when querying and displaying popup content.

Constructors

Constructor

Constructor

Parameters

ParameterTypeDescriptionRequired
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

declaredClass

readonlyinherited Property
Type
string
Inherited from: Accessor
Since
ArcGIS Maps SDK for JavaScript 4.7

The name of the class. The declared class name is formatted as esri.folder.className.

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