OptionalattachmentA list of the valid file MIME types that can be uploaded as attachments.
ReadonlycapabilitiesCapabilities of the feature source.
OptionalfeatureA menu for actions specifically related to features from this source.
ReadonlyfeatureDefault settings that apply to features originating from this source.
OptionalfeatureA menu for actions specifically related to this source.
ReadonlyhyperlinksHyperlinks associated with the feature source.
OptionaliconURL to an icon that represents this feature source.
ReadonlyidThe unique ID for this entity.
ReadonlyisIndicates if the item has been destroyed. Once destroyed, it is not safe to invoke any other methods on the object.
ReadonlyisIndicates if the item has been initialized.
ReadonlyitemThe item type for this entity when it participates in an App.
OptionalonThe action to be executed when a feature is added.
OptionalonThe action to be executed when a feature is edited.
OptionalqueryAn optional query service that the feature source can use to get features.
ReadonlyrelationshipsRelationships to other feature sources.
ReadonlyschemaMetadata about features originating from this source, such as fields, domains, and geometry type.
ReadonlytaskSettings that affect whether a feature source participates in various tasks that are performed on a map.
ReadonlytitleA human readable title for the feature source.
Adds an attachment to a feature.
The feature to add the attachment to.
The attachment to add to the feature.
Adds a new feature to the source. If the source does not support adding features, then an InvalidOperationError will be thrown (see capabilities).
The feature to add.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the feature is saved.
Adds a set of features to the source. If the source does not support adding features, then an InvalidOperationError will be thrown (see capabilities).
The features to add.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are saved.
Deletes attachments from a feature.
The feature to delete attachments from.
The attachments or the IDs of the attachments to delete from the feature.
Deletes a feature from its source. If the source does not support deleting features, then an InvalidOperationError will be thrown (see capabilities).
The ID of the feature to delete.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are deleted.
Deletes a feature from its source. If the source does not support deleting features, then an InvalidOperationError will be thrown (see capabilities).
The feature to delete.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are deleted.
Deletes features from their source. If the source does not support deleting features, then an InvalidOperationError will be thrown (see capabilities).
The IDs of the features to delete.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are deleted.
Deletes features from their source. If the source does not support deleting features, then an InvalidOperationError will be thrown (see capabilities).
The features to delete.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are deleted.
Gets any attachments associated with a feature.
The feature to get attachments for.
Gets a feature by ID. If no such feature exists, the promise is rejected with an instance of NotFoundError.
The ID of the feature to retrieve.
Optionaloptions: FeatureReadOptionsAdditional options that control how the feature is retrieved.
Gets a set of features by their IDs.
The IDs of the features to retrieve.
Optionaloptions: FeatureReadOptionsAdditional Options that control how the features are retrieved.
Saves changes to an existing feature. If the source does not support updating features, then an InvalidOperationError will be thrown (see capabilities).
The feature to update.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the feature is saved.
Saves changes to a existing features. If the source does not support updating features, then an InvalidOperationError will be thrown (see capabilities).
The features to update.
Optionaloptions: FeatureWriteOptionsAdditional options that control how the features are saved.
A source of features.