LayoutContentImage
Type: Object
Raster image content object that references managed assets or variable image fields and supports placement controls.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| assetId | String | Primary asset identifier for static images. | ||
| boundingBox | LayoutRectangle! | Axis-aligned rectangle the content occupies inside the layout element. | ||
| clipPathCommands | [JsonString!]! | Optional clipping path commands. | ||
| colorAdjustments | JsonString | Optional color correction settings applied at render time. | ||
| colorProfile | LayoutColorProfile | Optional ICC profile overriding the layer or sheet-side profile. | ||
| fitMode | String | Contain, Cover, Stretch, Fill, None. | ||
| id | ID! | |||
| layerRefIds | [String!]! | Optional references to other layers this object interacts with. | ||
| linkedProfileRef | String | Identifier for an external color profile resource. | ||
| locked | Boolean! | When true, editors should prevent direct manipulation of this object. | ||
| metadata | JsonString! | Free-form metadata for integrations or editor state. | ||
| opacity | Int! | Opacity percentage applied uniformly to the object. | ||
| order | Int | Z-order index within the parent layer; higher values render later. | ||
| placement | String | Placement anchor (Center, TopLeft, etc.). | ||
| printable | Boolean! | Controls whether the object is included in production output. | ||
| resolution | Int | Effective resolution in pixels per inch at placed size. | ||
| rotation | Int! | Clockwise rotation in degrees applied around the bounding box origin. | ||
| scaleX | Decimal! | Horizontal scale factor applied to the image. | ||
| scaleY | Decimal! | Vertical scale factor applied to the image. | ||
| sourceFile | String | Filesystem path or URI for direct file references. | ||
| stroke | JsonString | Optional stroke around the placed image. | ||
| tintColor | LayoutColor | Spot or process color used for monochrome tinting. | ||
| type | String! | Discriminator indicating which content object variant this record represents. | ||
| variableFieldRef | String | Variable field supplying image assets dynamically. | ||
| visible | Boolean! | Controls whether the object appears in previews. |