LayoutContentGraphic
Type: Object
Vector graphic content object composed of drawing commands, strokes, and optional gradient fills.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| boundingBox | LayoutRectangle! | Axis-aligned rectangle the content occupies inside the layout element. | ||
| colorProfile | LayoutColorProfile | Optional ICC profile overriding the layer or sheet-side profile. | ||
| effects | [JsonString!]! | Effect descriptors (DropShadow, Glow, etc.). | ||
| fillColor | LayoutColor | Solid fill color applied to the vector path. | ||
| fillGradient | JsonString | Gradient fill applied when solid color is not used. | ||
| id | ID! | |||
| layerRefIds | [String!]! | Optional references to other layers this object interacts with. | ||
| 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. | ||
| pathCommands | [JsonString!]! | Ordered list of drawing commands defining the vector path. | ||
| printable | Boolean! | Controls whether the object is included in production output. | ||
| rotation | Int! | Clockwise rotation in degrees applied around the bounding box origin. | ||
| stroke | JsonString | Stroke style applied to the path outline. | ||
| type | String! | Discriminator indicating which content object variant this record represents. | ||
| visible | Boolean! | Controls whether the object appears in previews. |