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": [] } } }