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." } ],