submodule: add rive-cpp to rive-tizen as submodule
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / drawable.json
1 {
2   "name": "Drawable",
3   "key": {
4     "int": 13,
5     "string": "drawable"
6   },
7   "abstract": true,
8   "extends": "node.json",
9   "properties": {
10     "blendModeValue": {
11       "type": "uint",
12       "initialValue": "3",
13       "key": {
14         "int": 23,
15         "string": "blendModeValue"
16       }
17     }
18   }
19 }