File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"[markdown]" : {
29
29
"editor.defaultFormatter" : " esbenp.prettier-vscode"
30
+ },
31
+ "[md]" : {
32
+ "editor.defaultFormatter" : " esbenp.prettier-vscode"
30
33
}
31
34
}
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ type Element = {
42
42
### Element Basic Properties
43
43
44
44
| Property | Description | Type | Default | Required | Others |
45
- | -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- | --- | ------ | --- | ------ | --- |
46
- | type | Element type | ` text | rect | circle | image | svg | html ` | - | ` true ` | - |
45
+ | -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- |
46
+ | type | Element type | ` text\| rect\| circle\| image\| svg \| html ` | - | ` true ` | - |
47
47
| uuid | Element unique ID | ` string ` | - | ` false ` | The UUID is automatically added internally in iDraw.js |
48
48
| name | Element name | ` string ` | - | ` false ` | - |
49
49
| x | X-axis offset | ` number ` | - | ` true ` | - |
You can’t perform that action at this time.
0 commit comments