[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / dev / defs / node.json
1 {
2   "name": "Node",
3   "key": {
4     "int": 2,
5     "string": "node"
6   },
7   "extends": "transform_component.json",
8   "properties": {
9     "x": {
10       "type": "double",
11       "initialValue": "0",
12       "overrideGet": true,
13       "animates": true,
14       "group": "position",
15       "key": {
16         "int": 13,
17         "string": "x"
18       }
19     },
20     "y": {
21       "type": "double",
22       "initialValue": "0",
23       "overrideGet": true,
24       "animates": true,
25       "group": "position",
26       "key": {
27         "int": 14,
28         "string": "y"
29       }
30     }
31   }
32 }