Modification
A modification (aka override) to apply to the layer in image
Schema
Modification
A modification (aka override) to apply to the layer in image
| Name | Type | Description |
|---|---|---|
| namerequired | string | The layer name of the modification |
| color | string | The color for the modification |
| src | string | The source image for the modification |
| text | string | You can modify the text layer with this field |
| barcode | string | Modify the barcode layer content with this field |
| qrcode | string | Modify the qrcode layer content with this field |
| chart | object | Update chart layer's data, follow chart.js data structure |
| visible | boolean | Set the visibility of the field |
| star | number | Star value |
| widthMode | enum<string> | Table width mode |
| heightMode | enum<string> | Table height mode |
| theme | enum<string> | Table theme |
| rows | null[] | Table rows |
| columns | string[] | Table columns |