Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshenhai committed Jan 20, 2024
2 parents 4b9a7f8 + 59f4883 commit 52a16d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[md]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
4 changes: 2 additions & 2 deletions src/en-US/element/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ type Element = {
### Element Basic Properties

| Property | Description | Type | Default | Required | Others |
| -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- | --- | ------ | --- | ------ | --- |
| type | Element type | ` text | rect | circle | image | svg | html ` | - | `true` | - |
| -------------------- | ------------------------------------ | ------------------------------------------------------------------- | ------- | -------- | -------------------------------------------------------------------------------- |
| type | Element type | `text\| rect\| circle\| image\| svg \| html` | - | `true` | - |
| uuid | Element unique ID | `string` | - | `false` | The UUID is automatically added internally in iDraw.js |
| name | Element name | `string` | - | `false` | - |
| x | X-axis offset | `number` | - | `true` | - |
Expand Down

0 comments on commit 52a16d4

Please sign in to comment.