Update API doc

pull/6346/head
GitHub Actions Bot 2024-09-04 12:42:52 +00:00
parent 22cf8be060
commit 7fbc8c751e
2 changed files with 813 additions and 783 deletions

View File

@ -1838,7 +1838,7 @@
"name": "root",
"optional": true,
"readonly": false,
"type": "null | Document | Element",
"type": "null | Element | Document",
"default": "",
"description": "Specifies the `root` option of the IntersectionObserver API"
},
@ -2625,7 +2625,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached.\nSpecial keywords are 'body' for document body and 'self' for the element itself."
},
@ -8247,7 +8247,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself."
},
@ -10603,7 +10603,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself."
},
@ -15130,7 +15130,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -21145,7 +21145,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -22698,7 +22698,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the dialog gets attached."
},
@ -37336,7 +37336,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -40368,7 +40368,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself."
},
@ -45905,7 +45905,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -47762,7 +47762,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -51607,7 +51607,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -54646,7 +54646,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached.\nSpecial keywords are 'body' for document body and 'self' for the element itself."
},
@ -61828,7 +61828,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},
@ -66544,7 +66544,7 @@
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HintedString<\"body\" | \"self\"> | HTMLElement",
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the overlay gets attached."
},

File diff suppressed because it is too large Load Diff