Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 8735633

Browse files
author
GitHub Actions Bot
committed
Update API doc
1 parent 19b2a6f commit 8735633

1 file changed

Lines changed: 18 additions & 2 deletions

File tree

components/doc/common/apidoc/index.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14405,7 +14405,7 @@
1440514405
"readonly": false,
1440614406
"type": "boolean",
1440714407
"default": "true",
14408-
"description": "Adds a close icon to the header to hide the dialog."
14408+
"description": "When enabled, the dialog can be closed by clicking the close icon, pressing escape key or clicking the modal background."
1440914409
},
1441014410
{
1441114411
"name": "closeIcon",
@@ -14695,6 +14695,14 @@
1469514695
"default": "false",
1469614696
"description": "When enabled dialog is displayed in RTL direction."
1469714697
},
14698+
{
14699+
"name": "showCloseIcon",
14700+
"optional": true,
14701+
"readonly": false,
14702+
"type": "boolean",
14703+
"default": "true",
14704+
"description": "When enabled, the close icon is displayed in the header."
14705+
},
1469814706
{
1469914707
"name": "showHeader",
1470014708
"optional": true,
@@ -22008,7 +22016,7 @@
2200822016
"readonly": false,
2200922017
"type": "boolean",
2201022018
"default": "true",
22011-
"description": "Adds a close icon to the header to hide the dialog."
22019+
"description": "When enabled, the dialog can be closed by clicking the close icon, pressing escape key or clicking the modal background."
2201222020
},
2201322021
{
2201422022
"name": "closeIcon",
@@ -22242,6 +22250,14 @@
2224222250
"default": "false",
2224322251
"description": "When enabled dialog is displayed in RTL direction."
2224422252
},
22253+
{
22254+
"name": "showCloseIcon",
22255+
"optional": true,
22256+
"readonly": false,
22257+
"type": "boolean",
22258+
"default": "true",
22259+
"description": "When enabled, the close icon is displayed in the header."
22260+
},
2224522261
{
2224622262
"name": "showHeader",
2224722263
"optional": true,

0 commit comments

Comments
 (0)