Update API doc

pull/4172/head
GitHub Actions Bot 2023-07-19 08:21:46 +00:00
parent 822d217a87
commit a95381fee8
1 changed files with 18 additions and 0 deletions

View File

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