diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index e1d77b172..60b93f407 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -40730,6 +40730,15 @@ "readonly": false, "type": "ToastPassThroughOptionType", "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": "ToastPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the button's DOM element." }, { @@ -40738,6 +40747,15 @@ "readonly": false, "type": "ToastPassThroughOptionType", "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": "ToastPassThroughOptionType", + "default": "", "description": "Uses to pass attributes to the button icon's DOM element." }, {