diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index be83d3905..e1d77b172 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -27907,6 +27907,15 @@ "readonly": false, "type": "MessagePassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the button's DOM element.", + "deprecated": "since v3.30.2. Use 'closeButton' option." + }, + { + "name": "closeButton", + "optional": true, + "readonly": false, + "type": "MessagePassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the button's DOM element." }, { @@ -27915,6 +27924,15 @@ "readonly": false, "type": "MessagePassThroughOptionType", "default": "", + "description": "Uses to pass attributes to the button icon's DOM element.", + "deprecated": "since v3.30.2. Use 'closeIcon' option." + }, + { + "name": "closeIcon", + "optional": true, + "readonly": false, + "type": "MessagePassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the button icon's DOM element." }, {