Update API doc

pull/6462/head
GitHub Actions Bot 2024-09-23 06:49:43 +00:00
parent afee6a32c5
commit cd98059396
2 changed files with 386 additions and 390 deletions

View File

@ -13653,6 +13653,22 @@
"default": "false", "default": "false",
"description": "Whether background scroll should be blocked when dialog is visible." "description": "Whether background scroll should be blocked when dialog is visible."
}, },
{
"name": "appendTo",
"optional": true,
"readonly": false,
"type": "HTMLElement | HintedString<\"body\" | \"self\">",
"default": "body",
"description": "A valid query selector or an HTMLElement to specify where the confirm dialog gets attached.\nSpecial keywords are 'body' for document body and 'self' for the element itself."
},
{
"name": "modal",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Defines if background should be blocked when confirm dialog is displayed."
},
{ {
"name": "accept", "name": "accept",
"optional": true, "optional": true,

File diff suppressed because it is too large Load Diff