From c2ecf7f403f9366f21eb39321a9db1729b79027d Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 13 Nov 2023 11:26:38 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index cd1f89244..435cb25a6 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -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": [] } } }