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 Aug 9, 2023
1 parent 89cebb1 commit 9e467c5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -24615,6 +24615,14 @@
"default": "",
"description": "Used to get the child elements of the component."
},
{
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Specifies if pressing escape key should hide the preview."
},
{
"name": "crossOrigin",
"optional": true,
Expand Down Expand Up @@ -24791,14 +24799,6 @@
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
},
{
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Specifies if pressing escape key should hide the preview."
}
]
},
Expand Down Expand Up @@ -32387,6 +32387,14 @@
"default": "",
"description": "Icon to display as close icon."
},
{
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Specifies if pressing escape key should hide the preview."
},
{
"name": "appendTo",
"optional": true,
Expand Down Expand Up @@ -32442,14 +32450,6 @@
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
},
{
"name": "closeOnEscape",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "true",
"description": "Specifies if pressing escape key should hide the preview."
}
]
},
Expand Down

0 comments on commit 9e467c5

Please sign in to comment.