1{
2  "name": "Shape",
3  "children": [
4    "Rect", "Path", "Circle", "Ellipse", "Shape", "Polyline", "Polygon", "Image", "Text", "Column",
5    "Row"
6  ],
7  "attrs": [
8    "viewPort", "stroke", "fill", "strokeDashOffset", "strokeDashArray", "strokeLineCap",
9    "strokeLineJoin", "strokeMiterLimit", "strokeOpacity", "fillOpacity", "strokeWidth",
10    "antiAlias", "mesh"
11  ]
12}
13