LayerSet¶
Description¶
A group of layer objects, which can include art layer objects and other (nested) layer set objects. A single command or set of commands manipulates all layers in a layer set object.
Properties¶
artLayers readonly | The art layers contained in this layer set. |
enabledChannels readonly | The channels that are enabled for the layer set. Must be a list of component channels. |
layerSets readonly | The layer sets contained within the layer set. |
layers readonly | The layers in this layer set. |
parent readonly | The object’s container. |
typename readonly | The class name of the object. |