[Adaptation Layer] Added rive-tizen adaptation layer class.
[platform/core/uifw/rive-tizen.git] / submodule / rive-cpp / dev / defs / shapes / clipping_shape.json
1 {
2   "name": "ClippingShape",
3   "key": {
4     "int": 42,
5     "string": "clippingshape"
6   },
7   "extends": "component.json",
8   "properties": {
9     "sourceId": {
10       "type": "Id",
11       "typeRuntime": "uint",
12       "initialValue": "Core.missingId",
13       "initialValueRuntime": "-1",
14       "key": {
15         "int": 92,
16         "string": "sourceid"
17       },
18       "description": "Identifier used to track the node to use as a clipping source."
19     },
20     "fillRule": {
21       "type": "uint",
22       "initialValue": "0",
23       "key": {
24         "int": 93,
25         "string": "fillrule"
26       },
27       "description": "Backing enum value for the clipping fill rule (nonZero or evenOdd)."
28     },
29     "isVisible": {
30       "type": "bool",
31       "initialValue": "true",
32       "key": {
33         "int": 94,
34         "string": "isvisible"
35       }
36     }
37   }
38 }