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 Nov 20, 2023
1 parent 3047b8a commit dccad96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -15905,15 +15905,15 @@
"description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerTitle",
"name": "title",
"optional": true,
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the header title's DOM element."
},
{
"name": "headerIcons",
"name": "icons",
"optional": true,
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
Expand Down Expand Up @@ -21377,15 +21377,15 @@
"description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerTitle",
"name": "title",
"optional": true,
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the header title's DOM element."
},
{
"name": "headerIcons",
"name": "icons",
"optional": true,
"readonly": false,
"type": "DialogPassThroughOptionType",
Expand Down

0 comments on commit dccad96

Please sign in to comment.