Optional properties: GraphicsLayerPropertiesBlend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
normal
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#blendMode)
Effect provides various filter functions that can be performed on the layer to achieve different visual effects similar to how image filters work.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-BlendLayer.html#effect)
Specifies how graphics are placed on the vertical axis (z).
The full extent of the layer.
A collection of graphics in the layer.
The unique ID assigned to the layer.
Indicates how the layer should display in the LayerList widget.
"show"
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.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.
Readonly loadedIndicates whether the layer's resources have loaded.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#loaded)
The maximum scale (most zoomed in) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#maxScale)
The minimum scale (most zoomed out) at which the layer is visible in the view.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-mixins-ScaleRangeLayer.html#minScale)
The opacity of the layer.
1
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#opacity)
Apply perspective scaling to screen-size point symbols in a SceneView.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-GraphicsLayer.html#screenSizePerspectiveEnabled)
The title of the layer used to identify it in places such as the LayerList widget.
Readonly typeIndicates if the layer is visible in the View.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#visible)
Protected _getProtected _setAdds a graphic to the layer's graphic collection.
Adds an array of graphics to the layer.
Cancels a load() operation if it is already in progress.
Called by the views, such as MapView and SceneView, when the layer is added to the Map.layers collection and a layer view must be created for it.
Optional options: LayerCreateLayerViewOptionsDestroys the layer and any associated resources (including its portalItem, if it is a property on the layer).
Protected notifyRemoves a graphic from the layer.
Removes an array of graphics from the layer.
Generated using TypeDoc
A GraphicsLayer contains one or more client-side Graphics.
Read more...