LayoutLayer
Type: Object
Layer containing ordered content objects with visibility and finishing attributes.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| blendMode | String | Compositing mode used for blending this layer with layers below it. | ||
| colorUsage | [String!]! | Names or identifiers of colors/plates used by this layer. | ||
| contentObjects | [LayoutContentObject!]! | Content objects (text, images, vector art) contained within this layer. | ||
| description | String | Human-readable description of the layer and its intended use. | ||
| finishing | LayoutFinishingSpec | Finishing instructions (varnish, foil, emboss) applied to this layer. | ||
| id | ID! | |||
| locked | Boolean! | When true, the layer is protected from edits in editors. | ||
| metadata | LayoutMetadata | Free-form metadata for integration or tooling (external ids, tags). | ||
| name | String! | Logical name of the layer (e.g., Text, Images, Varnish). | ||
| opacity | Int! | Global opacity percentage applied to all content on this layer. | ||
| order | Int | Rendering order index; lower values are rendered earlier. | ||
| parentLayerId | String | Identifier of the parent layer; nil indicates a root-level layer. | ||
| printable | Boolean! | If false, the layer will not be included in final print output. | ||
| separation | LayoutSeparationSpec | Separation metadata when the layer represents a color plate. | ||
| type | String! | Content classification (Content, Separation, Varnish, etc.). | ||
| variableData | LayoutVariableData | Optional variable data configuration applied at the layer level. | ||
| variableFields | [LayoutVariableField!]! | Definitions of variable fields used within the layer's content. | ||
| visible | Boolean! | Controls whether the layer is shown in previews and intermediate renders. |