Protected Readonly_handlesProtected Readonly_layerThe parent sublayer extension.
ReadonlypopupThe PopupContentExtensions associated with each popupContent of the schema.
Protected_bindingsProtected_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.
Fields that should be returned for each feature by default.
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 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.
The scale to zoom the map to when zooming to a feature. This will override zoomFactor if also set.
Protected_bindBinds a setting to an equivalent property on the layer.
The name of the setting to bind.
OptionallayerProperty: stringThe name of the property to bind to, if it differs from the setting.
Protected_createProtected_getGets the value for a setting that represents a collection.
The setting name.
Protected_getProtected_getProtected_getGets the value for a setting.
The setting name.
OptionaldefaultValue: BuildingSublayerFeatureSettings[K]The default value if the setting is not explicitly set.
Protected_hasProtected_onInvoked when the layer is available.
The newly resolved layer.
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.
An implementation of FeatureSettings that mirrors the equivalent properties on an Esri BuildingSublayer object.