Update API doc

pull/4815/head
GitHub Actions Bot 2023-11-13 11:26:38 +00:00
parent 8e200d5f48
commit c2ecf7f403
1 changed files with 8 additions and 8 deletions

View File

@ -15701,6 +15701,13 @@
"type": "Function",
"default": ""
},
{
"name": "reject",
"optional": true,
"readonly": false,
"type": "Function",
"default": ""
},
{
"name": "onHide",
"optional": true,
@ -15765,14 +15772,7 @@
"description": "Element to receive the focus when the dialog gets visible, valid values are \"accept\" and \"reject\"."
}
],
"methods": [
{
"name": "reject",
"parameters": [],
"returnType": "void",
"description": "Callback to execute when action is rejected."
}
]
"methods": []
}
}
}