Optionalproperties: FeatureSettingsPropertiesProtected Readonly_handlesReadonlypopupThe PopupContentExtensions associated with each popupContent of the schema.
Protected_defaultReturns the default outFields for the corresponding FeatureSource.
The data/Feature!Feature that this schema belongs to.
The data/FeatureSource!FeatureSource that this schema belongs to.
Settings affecting how feature attributes are formatted.
The default maximum allowable offset used for generalizing geometries returned by the query operation.
The default maximum allowable offset used for generalizing geometries returned by the query operation.
Fields that should be returned for each feature by default.
The default spatial reference for the returned geometry.
The default spatial reference for the returned geometry.
The parent settings that these settings will inherit from.
The template for displaying content in a pop-up when the feature is selected.
Whether geometry for features should be returned by default.
Whether geometry for features should be returned by default.
Whether all related records should be shown, even if not found configured in the web map popup.
Specifies the desired extent to zoom to when zooming to a feature as a multiple of the feature's extent. The default is 1.5. Not applicable for features whose geometry is a point.
Specifies the desired extent to zoom to when zooming to a feature as a multiple of the feature's extent. The default is 1.5. Not applicable for features whose geometry is a point.
The scale to zoom the map to when zooming to a feature. This will override zoomFactor if also set.
The scale to zoom the map to when zooming to a feature. This will override zoomFactor if also set.
Protected_createProtected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: TableFeatureSettings[K]The default value if the setting is not explicitly set.
Protected_hasDetermines whether the specified setting has been modified locally or by any parent of the current settings instance.
The setting to check.
Protected_setSets the parent settings that these settings will inherit from.
The parent settings to inherit from.
Protected_setSets the value for a setting. This will override any inherited value for the setting.
The setting name.
The setting value.
Protected_toConverts the value to a PropertyDef object.
The value to convert.
Returns the serializable properties.
Optional. If specified, only properties that support the given serialization mode will be returned.
Determines whether the settings have been locally modified in any way.
Determines whether the specified setting has been locally modified, and is thus overriding any inherited value.
The setting to check.
Removes all local overrides, resetting all settings to their inherited values, if any.
Removes a local override for a setting and resets it to its inherited value, if any.
The setting to reset.
Implementation of feature settings that is read-only for geometry related settings.