require(["esri/opsdashboard/FeatureActionFeatures"], function(FeatureActionFeatures) { /* code goes here */ });
Description
(Added at v3.14)
(Currently in Mature Support) FeatureActionFeatures is a specialized collection of features used by
WidgetProxy to hold the collection of features for the associated feature actions. Features that can be used by associated feature actions are sent to the host application.
Samples
Search for
samples that use this class.
Properties
Methods
Property Details
Method Details
Add a feature to the host collection.
Add a collection of features or collection of object id in the host collection.
Remove all the features from the host collection.
Test if a feature exists in the host collection.
Parameters:
<Graphic | Number > featureOrObjectId |
Required |
Feature to test existance for. |
Returns the index of a feature in the host collection.
Parameters:
<Graphic | Number > featureOrObjectId |
Required |
Feature to return index from. |
Remove a collection of features from the host collection.
Remove a feature from the host collection.