Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Aug 19, 2024
1 parent eac0bfe commit 6284b03
Show file tree
Hide file tree
Showing 2 changed files with 854 additions and 844 deletions.
12 changes: 6 additions & 6 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"name": "value",
"optional": true,
"readonly": false,
"type": "null | string | string[]",
"type": "null | string | number | string[] | number[]",
"default": "null",
"description": "Value of the active panel or an array of values in multiple mode."
},
Expand Down Expand Up @@ -1209,7 +1209,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "undefined | string | number",
"default": "",
"description": "Unique value of item."
},
Expand Down Expand Up @@ -1838,7 +1838,7 @@
"name": "root",
"optional": true,
"readonly": false,
"type": "null | Element | Document",
"type": "null | Document | Element",
"default": "",
"description": "Specifies the `root` option of the IntersectionObserver API"
},
Expand Down Expand Up @@ -58137,7 +58137,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of tab."
},
Expand Down Expand Up @@ -59311,7 +59311,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of tabpanel."
},
Expand Down Expand Up @@ -59993,7 +59993,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of the active tab."
},
Expand Down
Loading

0 comments on commit 6284b03

Please sign in to comment.