LayoutLayerInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| 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 | [LayoutContentObjectInput!] | Content objects (text, images, vector art) contained within this layer. | |
| description | String | Human-readable description of the layer and its intended use. | |
| finishing | LayoutLayerFinishingInput | Finishing instructions (varnish, foil, emboss) applied to this layer. | |
| locked | Boolean | When true, the layer is protected from edits in editors. | |
| metadata | LayoutLayerMetadataInput | 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 | LayoutLayerSeparationInput | Separation metadata when the layer represents a color plate. | |
| type | String | Content classification (Content, Separation, Varnish, etc.). | |
| variableData | LayoutLayerVariableDataInput | Optional variable data configuration applied at the layer level. | |
| variableFields | [LayoutLayerVariableFieldsInput!] | Definitions of variable fields used within the layer's content. | |
| visible | Boolean | Controls whether the layer is shown in previews and intermediate renders. |