submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / draw_rules.json
1 {
2   "name": "DrawRules",
3   "key": {
4     "int": 49,
5     "string": "drawrules"
6   },
7   "extends": "container_component.json",
8   "properties": {
9     "drawTargetId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "animates": true,
13       "key": {
14         "int": 121,
15         "string": "drawtargetid"
16       },
17       "description": "Id of the DrawTarget that is currently active for this set of rules."
18     }
19   }
20 }