From 936ea04d102e4d99ce8b8d3fb8778962bffe0735 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 19 Sep 2023 11:16:54 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 7ede19012..af32829e9 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -14523,7 +14523,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n}", + "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n\t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n}", "description": "container slot's params." } ],