LayoutContentBarcode
Type: Object
Linear barcode content object capturing symbology configuration, sizing, and optional variable data binding.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| barHeight | Decimal | Height of the barcode bars in layout units. | ||
| boundingBox | LayoutRectangle! | Axis-aligned rectangle the content occupies inside the layout element. | ||
| checksum | Boolean | Whether to calculate and embed a checksum in the code. | ||
| colorProfile | LayoutColorProfile | Optional ICC profile overriding the layer or sheet-side profile. | ||
| data | String! | Encoded data string for the barcode. | ||
| humanReadable | Boolean! | Controls whether human readable text is rendered beneath the code. | ||
| 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. | ||
| moduleWidth | Decimal | Width of the smallest module (bar) in the barcode. | ||
| opacity | Int! | Opacity percentage applied uniformly to the object. | ||
| order | Int | Z-order index within the parent layer; higher values render later. | ||
| printable | Boolean! | Controls whether the object is included in production output. | ||
| quietZone | LayoutMargin | Required whitespace margins around the barcode. | ||
| rotation | Int! | Clockwise rotation in degrees applied around the bounding box origin. | ||
| symbology | String! | Barcode symbology (Code128, EAN13, UPC, PDF417, etc.). | ||
| type | String! | Discriminator indicating which content object variant this record represents. | ||
| variableFieldRef | String | Variable field supplying dynamic barcode data. | ||
| visible | Boolean! | Controls whether the object appears in previews. |