myArtLayer.merge() in Photoshop DOM

merges the layer down. This will remove the layer from the document. The method returns a reference to the art layer that this layer is merged into

Arguments

(this method takes no arguments)

Return Type
ArtLayer

Description