Update API doc

pull/6256/head
GitHub Actions Bot 2024-08-19 13:23:10 +00:00
parent eac0bfe591
commit 6284b031eb
2 changed files with 846 additions and 836 deletions

View File

@ -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."
},
@ -1209,7 +1209,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "undefined | string | number",
"default": "",
"description": "Unique value of item."
},
@ -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"
},
@ -58137,7 +58137,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of tab."
},
@ -59311,7 +59311,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of tabpanel."
},
@ -59993,7 +59993,7 @@
"name": "value",
"optional": false,
"readonly": false,
"type": "string",
"type": "string | number",
"default": "",
"description": "Value of the active tab."
},

File diff suppressed because it is too large Load Diff