AbstractconstructorRest...args: [_properties?: unknown]Determines whether the feature source supports adding features. True by default.
Determines whether the feature source supports deleting features. True by default.
Determines whether the feature source supports editing features. True by default. Setting this to false will disable adding, updating, and deleting features, regardless of the values of enableAdd, enableUpdate, and enableDelete.
Determines whether the feature source is included when exporting the map. True by default.
Determines whether the feature source is included when performing an identify operation on the map. True by default.
Determines whether the feature source should be available for querying in a query tool. True by default.
Determines whether the feature source is searched by default when searching a map. True by default.
Determines whether the feature source supports updating features. True by default.
The parent settings that these settings will inherit from.
Saves the value of the subindex ID that is received back from Studio Search backend when the new layer/subindex is added to the Studio Search App Configuration. Things to note:
Protected_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: TaskSettings[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.
Settings that affect whether a feature source participates in common tasks that are performed on a map.