Import
Optional properties
| Property | Type | Description |
|---|---|---|
| counters | array | Array of counter objects. |
| fonts | array | Array of font objects. |
| images | array | Array of image objects. |
| labels | object | Object mapping label names to label objects. |
| shiftcodes | array | Array of shift code objects. |
| tables | array | Array of table objects. |
| timeformats | array | Array of time format objects. |
| variables | array | Array of variable objects. |
Example
{
"labels": {
"My Label": {
"height": 768,
"width": 500,
"objs": [
{
"type": "Rect",
"x": 55,
"y": 38,
"height": 100,
"width": 100,
"fillColor": "black"
}
]
}
}
}