Layer

Representation of a Photoshop document layer

CreativeDesignGraphicsPhotographyVideo

Properties

Name Type Description
id integer Unique layer identifier within the document
index integer Layer stack index (0 = bottom)
name string Layer name as shown in the Layers panel
type string Layer type
visible boolean Whether the layer is visible
locked boolean Whether the layer is locked
opacity integer Layer opacity from 0 to 255
blendMode string Blend mode of the layer
bounds object Layer bounding box in pixels
children array Child layers for group layers
View JSON Schema on GitHub