Specifications

Table Of Contents
Adobe Photoshop CS6
JavaScript Scripting Reference JavaScript Object Reference 54
layerMaskFeather
double
Read-write. The feather of the layer mask (between
0.0 and 250.0)
linkedLayers
array of ArtLayer
or LayerSet
Read-only. The layers linked to this layer. See
ArtLayer
.link.
name
string
Read-write. The name.
opacity
number [0.0..100.0].
Read-write. The master opacity of the layer, a
percentage value.
parent
Document
Read-only. The object's container.
pixelsLocked
boolean
Read-write. True if the pixels in the layer’s image
cannot be edited using the paintbrush tool.
positionLocked
boolean
Read-write. True if the pixels in the layer’s image
cannot be moved within the layer.
textItem
TextItem
Read-only. The text item that is associated with the
layer.
Valid only when kind
= LayerKind.TEXT.
transparentPixelsLocked
boolean
Read-write. True if editing is confined to the opaque
portions of the layer.
typename
string
Read-only. The class name of the referenced
artLayer object.
vectorMaskDensity
double
Read-write. The density of the vector mask (between
0.0 and 250.0)
vectorMaskFeather
double
Read-write. The feather of the vector mask (between
0.0 and 250.0)
visible
boolean
Read-write. True if the layer is visible.
xmpMetadata
xmpMetadata
Read-write. Metadata for the layer.
Property Value type What it is (Continued)