Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Sep 25, 2023
1 parent 5669e57 commit 229e70c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -14411,20 +14411,20 @@
"description": "Style class of the element."
},
{
"name": "dismissable",
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Enables to hide the popup when outside is clicked."
"description": "Specifies if pressing escape key should hide the popup."
},
{
"name": "closeOnEscape",
"name": "dismissable",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Specifies if pressing escape key should hide the popup."
"description": "Enables to hide the popup when outside is clicked."
},
{
"name": "footer",
Expand Down

0 comments on commit 229e70c

Please sign in to comment.