JMap.Map.Selection.clearLayersSelection
Clear selection for all specified layers.
The JMap layer ids passed as an array
Error if a layer id is provided but not found
// Clear selection of layer 4, 5 and 6JMap.Map.Selection.clearLayersSelection([4, 5, 6]) Copy
// Clear selection of layer 4, 5 and 6JMap.Map.Selection.clearLayersSelection([4, 5, 6])
JMap.Map.Selection.clearLayersSelection
Clear selection for all specified layers.