Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / backboard.json
1 {
2   "name": "Backboard",
3   "key": {
4     "int": 23,
5     "string": "backboard"
6   },
7   "properties": {
8     "activeArtboardId": {
9       "type": "Id",
10       "initialValue": "Core.missingId",
11       "key": {
12         "int": 43,
13         "string": "activeArtboardId"
14       },
15       "description": "Identifier used to track the last active artboard.",
16       "runtime": false,
17       "coop": false
18     },
19     "mainArtboardId": {
20       "type": "Id",
21       "initialValue": "Core.missingId",
22       "key": {
23         "int": 44,
24         "string": "mainArtboardId"
25       },
26       "description": "Identifier used to track the main artboard (this is the default one that shows up in runtimes unless specified).",
27       "runtime": false
28     },
29     "colorValue": {
30       "type": "Color",
31       "initialValue": "0xFF222222",
32       "key": {
33         "int": 45,
34         "string": "colorValue"
35       },
36       "description": "The background color.",
37       "runtime": false
38     },
39     "editorMode": {
40       "type": "uint",
41       "initialValue": "0",
42       "key": {
43         "int": 135,
44         "string": "editormode"
45       },
46       "description": "Edit time mode.",
47       "runtime": false,
48       "coop": false
49     }
50   }
51 }