Skip to main content

Import

Optional properties

PropertyTypeDescription
countersarrayArray of counter objects.
fontsarrayArray of font objects.
imagesarrayArray of image objects.
labelsobjectObject mapping label names to label objects.
shiftcodesarrayArray of shift code objects.
tablesarrayArray of table objects.
timeformatsarrayArray of time format objects.
variablesarrayArray of variable objects.

Example

{
"labels": {
"My Label": {
"height": 768,
"width": 500,
"objs": [
{
"type": "Rect",
"x": 55,
"y": 38,
"height": 100,
"width": 100,
"fillColor": "black"
}
]
}
}
}