From c69c373b12eefc16cf4bb0a2a30776ce7c6d1101 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 19 Jul 2023 11:34:50 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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." }, {