Update API doc

pull/4172/head
GitHub Actions Bot 2023-07-19 11:34:50 +00:00
parent 093562f217
commit c69c373b12
1 changed files with 18 additions and 0 deletions

View File

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