50 lines
817 B
Plaintext
50 lines
817 B
Plaintext
{
|
|
"custom": {
|
|
"key": "value",
|
|
"key_1": "value",
|
|
"string": "value"
|
|
},
|
|
"params": {
|
|
"key": "value"
|
|
},
|
|
"propConfig": {
|
|
"custom.key": {
|
|
"persistent": true
|
|
},
|
|
"custom.key_1": {
|
|
"persistent": true
|
|
},
|
|
"custom.string": {
|
|
"persistent": true
|
|
},
|
|
"params.key": {
|
|
"paramDirection": "input",
|
|
"persistent": true
|
|
}
|
|
},
|
|
"props": {
|
|
"defaultSize": {
|
|
"height": 8,
|
|
"width": 240
|
|
}
|
|
},
|
|
"root": {
|
|
"meta": {
|
|
"name": "root"
|
|
},
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"props": {
|
|
"mode": "percent",
|
|
"style": {
|
|
"backgroundColor": "white",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "1px",
|
|
"overflow": "hidden"
|
|
}
|
|
},
|
|
"type": "ia.container.coord"
|
|
}
|
|
} |