Option 1 · object[] Option 2 · object Option 3 · string Option 4 · any Option 5 · any
Template modifications as the API array format, an object shorthand, or a JSON string. Object values map to text by default, while nested objects keep fields such as src, qrcode, rows, or chart.
{
"headline": "Summer sale",
"photo": {
"src": "https://example.com/photo.png"
}
}Show child attributes The layer name of the modification
Example: "Text 1"
The color for the modification
Example: "#FF0000"
The source image for the modification
Example: "https://example.com/image.jpg"
You can modify the text layer with this field
Example: "Hello World"
Modify the barcode layer content with this field
Example: "1234567890"
Modify the qrcode layer content with this field
Example: "Some text"
Update chart layer's data, follow chart.js data structure
Set the visibility of the field
Example: true
Table width mode
Available options: standard, adaptive
Example: "adaptive"
Table height mode
Available options: standard, adaptive
Example: "adaptive"
Table theme
Available options: NONE, DEFAULT, BRIGHT, SIMPLIFY, ARCO
Example: "NONE"