submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / draw_target.json
1 {
2   "name": "DrawTarget",
3   "key": {
4     "int": 48,
5     "string": "drawtarget"
6   },
7   "extends": "component.json",
8   "properties": {
9     "drawableId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "key": {
13         "int": 119,
14         "string": "drawableid"
15       },
16       "description": "Id of the drawable this target references."
17     },
18     "placementValue": {
19       "type": "uint",
20       "typeRuntime": "uint",
21       "initialValue": "0",
22       "key": {
23         "int": 120,
24         "string": "placementvalue"
25       },
26       "description": "Backing enum value for the Placement."
27     }
28   }
29 }