1{
2 "propertySheet": {
3 "propertyRenderers": {
4 "borderStyle": {
5 "definition": "c/borderStyleDropdownCPE"
6 }
7 },
8 "view": {
9 "definition": "lightning/tabSetLayout",
10 "children": [
11 {
12 "definition": "lightning/tabLayout",
13 "attributes": {
14 "label": "Borders"
15 },
16 "children": [
17 {
18 "definition": "lightning/propertyLayout",
19 "attributes": {
20 "property": "borderStyle"
21 }
22 },
23 {
24 "definition": "lightning/propertyLayout",
25 "attributes": {
26 "property": "borderWeight"
27 }
28 },
29 {
30 "definition": "lightning/propertyLayout",
31 "attributes": {
32 "property": "borderRadius"
33 }
34 }
35 ]
36 },
37 {
38 "definition": "lightning/tabLayout",
39 "attributes": {
40 "label": "Size"
41 },
42 "children": [
43 {
44 "definition": "lightning/propertyLayout",
45 "attributes": {
46 "property": "layoutHeight"
47 }
48 },
49 {
50 "definition": "lightning/propertyLayout",
51 "attributes": {
52 "property": "layoutWidth"
53 }
54 }
55 ]
56 }
57 ]
58 }
59 }
60}