LayoutVariableField
Type: Object
Variable data field definition including formatting hints.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| boundingBox | LayoutRectangle! | Location and size of the variable content within the layout. | ||
| dataColumn | String! | Source column or key used to populate this field. | ||
| defaultValue | String | Fallback value used when the data source does not supply a record. | ||
| fieldType | String! | Indicates text, image, barcode, etc. | ||
| formatting | JsonString | Nested formatting info (font, size, color). | ||
| id | ID! | |||
| metadata | LayoutMetadata | Additional metadata describing the field usage. | ||
| name | String! | Human-readable name for the variable field. | ||
| required | Boolean! | Indicates whether data must be provided for this field. |