JS API
Map Object
QueryEngine Object
Layer Object
Feature Object
Query Object
GeoJson Function Library (Experimental)

sendBackwards

Sends the layer backwards by one in the layer stack.

This will make the layer less visible as it will be further from the front/top of the map.

Parameters

No parameters.

Example

map.usingLayer("LAYER2")
	.sendBackwards();