Optional properties: SublayerPropertiesA SQL where clause used to filter features in the image.
Readonly fieldsAn array of fields in the Sublayer.
Readonly fieldsA convenient property that can be used to make case-insensitive lookups for a field by name.
If a map image layer contains a sublayer which is meant to be floor-aware, then that sublayer must have a floorInfo property, containing a LayerFloorInfo object which has a string property to represent the floorField.
Readonly fullThe full extent of the Sublayer.
The sublayer's layer ID.
The label definition for this layer, specified as an array of LabelClass objects.
Indicates if labels for the sublayer will be visible in the view.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#labelsVisible)
The MapImageLayer or TileLayer to which the sublayer belongs.
Indicates whether the layer will be included in the legend.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#legendEnabled)
Indicates how the layer should display in the LayerList widget.
show
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#listMode)
Readonly loadThe Error object returned if an error occurred while loading.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)
Readonly loadRepresents the status of a load operation.
not-loaded
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)
Readonly loadA list of warnings which occurred while loading.
The maximum scale (most zoomed in) at which the layer is visible in the view.
The minimum scale (most zoomed out) at which the layer is visible in the view.
Readonly objectThe name of an oid field containing a unique value or identifier for each feature in the Sublayer.
The level of opacity to set on the sublayer on a scale from 0.0 - 1.0 where 0 is fully transparent and 1.0 is fully opaque.
Indicates whether to display popups when features in the layer are clicked.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-support-Sublayer.html#popupEnabled)
The popup template for the sublayer.
The renderer to apply to the sublayer.
An object that allows you to create a dynamic layer with data either from the map service sublayers or data from a registered workspace.
The map service's metadata JSON exposed by the ArcGIS REST API.
If a sublayer contains sublayers, this property is a Collection of Sublayer objects belonging to the given sublayer with sublayers.
Readonly typeThe name of the field holding the type ID or subtypes for the features.
Readonly typesAn array of subtypes defined in the feature service exposed by ArcGIS REST API.
The URL to the REST endpoint of the sublayer.
Indicates if the layer is visible in the view.
Protected _getProtected _setCancels a load() operation if it is already in progress.
Creates a deep clone of the sublayer.
A convenient method for creating a FeatureLayer instance based on the Sublayer's configuration, including dynamic sources.
Returns a FeatureType describing the feature's type.
Returns the Domain associated with the given field name.
Optional options: SublayerGetFieldDomainOptionsProtected notifyGenerated using TypeDoc
Represents a sublayer in a MapImageLayer or a TileLayer.
Read more...