LayerSet in Photoshop DOM

A layer set.

Instance Properties

name type description
allLocked Boolean
artLayers ArtLayers (read only)
blendMode BlendMode
enabledChannels Array channels that are enabled for the layer set
layers Layers (read only)
linkedLayers Array (read only) array of Layer objects
name String the name of the layer
opacity Number master opacity of layer (between 0.0 and 100.0)
parent Object (read only)
typename String (read only)
visible Boolean

Instance Methods

name returns description
merge() ArtLayer merge layerset
remove([horizontal],[vertical],[anchor]) (none) resize

Methods that return a LayerSet

name of object description
add() LayerSets
duplicate() ArtLayer