• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "svg",
3  "version": [
4    {
5      "name": "v7.0"
6    }
7  ],
8  "syscap": [
9    "SystemCapability.ArkUI.ArkUI.Full"
10  ],
11  "description": [
12    {
13      "name": "The <divider> component is used to separate content blocks and content elements. It can be used for the list or interface layout."
14    }
15  ],
16  "attributes": [
17    {
18      "name": "fill",
19      "required": false,
20      "description": [
21        {
22          "name": "Whether to use the vertical divider. The default value is false, indicating that the horizontal divider is used."
23        }
24      ],
25      "type": "string"
26    },
27    {
28      "name": "fill-opacity",
29      "required": false,
30      "description": [
31        {
32          "name": ""
33        }
34      ],
35      "type": "number"
36    },
37    {
38      "name": "fill-rule",
39      "required": false,
40      "description": [
41        {
42          "name": ""
43        }
44      ],
45      "type": "enum",
46      "options": [
47        {
48          "name": "nonzero"
49        },
50        {
51          "name": "evenodd"
52        }
53      ]
54    },
55    {
56      "name": "opacity",
57      "required": false,
58      "description": [
59        {
60          "name": ""
61        }
62      ],
63      "type": "number"
64    },
65    {
66      "name": "stroke",
67      "required": false,
68      "description": [
69        {
70          "name": ""
71        }
72      ],
73      "type": "color"
74    },
75    {
76      "name": "stroke-dasharray",
77      "required": false,
78      "description": [
79        {
80          "name": ""
81        }
82      ],
83      "type": "string"
84    },
85    {
86      "name": "stroke-dashoffset",
87      "required": false,
88      "description": [
89        {
90          "name": ""
91        }
92      ],
93      "type": "string"
94    },
95    {
96      "name": "stroke-linejoin",
97      "required": false,
98      "description": [
99        {
100          "name": ""
101        }
102      ],
103      "type": "enum",
104      "options": [
105        {
106          "name": "bevel"
107        },
108        {
109          "name": "miter"
110        },
111        {
112          "name": "round"
113        }
114      ]
115    },
116    {
117      "name": "stroke-linecap",
118      "required": false,
119      "description": [
120        {
121          "name": ""
122        }
123      ],
124      "type": "enum",
125      "options": [
126        {
127          "name": "butt"
128        },
129        {
130          "name": "round"
131        },
132        {
133          "name": "square"
134        }
135      ]
136    },
137    {
138      "name": "stroke-miterlimit",
139      "required": false,
140      "description": [
141        {
142          "name": ""
143        }
144      ],
145      "type": "number"
146    },
147    {
148      "name": "stroke-opacity",
149      "required": false,
150      "description": [
151        {
152          "name": ""
153        }
154      ],
155      "type": "number"
156    },
157    {
158      "name": "stroke-width",
159      "required": false,
160      "description": [
161        {
162          "name": ""
163        }
164      ],
165      "type": "string"
166    },
167    {
168      "name": "transform",
169      "required": false,
170      "description": [
171        {
172          "name": ""
173        }
174      ],
175      "type": "string"
176    },
177    {
178      "name": "width",
179      "required": false,
180      "description": [
181        {
182          "name": "Unique identification of the component."
183        }
184      ],
185      "type": "length|percentage"
186    },
187    {
188      "name": "id",
189      "required": false,
190      "description": [
191        {
192          "name": "Unique ID of a component."
193        }
194      ],
195      "type": "string"
196    },
197    {
198      "name": "height",
199      "required": false,
200      "description": [
201        {
202          "name": "Set the height of the component."
203        }
204      ],
205      "type": "length|percentage"
206    },
207    {
208      "name": "x",
209      "required": false,
210      "description": [
211        {
212          "name": "Set the x-axis coordinate of the current SVG, and the root SVG node is invalid."
213        }
214      ],
215      "type": "length|percentage"
216    },
217    {
218      "name": "y",
219      "required": false,
220      "description": [
221        {
222          "name": "Set the y-axis coordinate of the current SVG, and the root SVG node is invalid."
223        }
224      ],
225      "type": "length|percentage"
226    },
227    {
228      "name": "viewBox",
229      "required": false,
230      "description": [
231        {
232          "name": "Sets the viewport for the current SVG. The supported format is [number number number> and four parameters respectively represent the inconsistency   between the width height of min-x, min-y, width and height, the width height of viewbox and the width height of SVG, and will be scaled with center alignment."
233        }
234      ],
235      "type": "length|percentage"
236    }
237  ],
238  "events": [],
239  "supportedSubComponents": true,
240  "supportedSubComponentsRestriction": [],
241  "unSupportSubComponentsRestriction": [],
242  "parentComponentsRestriction": []
243}