submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / 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       "key": {
11         "int": 43,
12         "string": "activeArtboardId"
13       },
14       "description": "Identifier used to track the last active artboard.",
15       "runtime": false,
16       "coop": false
17     },
18     "mainArtboardId": {
19       "type": "Id",
20       "key": {
21         "int": 44,
22         "string": "mainArtboardId"
23       },
24       "description": "Identifier used to track the  main artboard (this is the default one that shows up in runtimes unless specified).",
25       "runtime": false
26     },
27     "colorValue": {
28       "type": "Color",
29       "initialValue": "0xFF222222",
30       "key": {
31         "int": 45,
32         "string": "colorValue"
33       },
34       "description": "The background color.",
35       "runtime": false
36     }
37   }
38 }