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 Jul 22, 2024
1 parent 9c723bd commit a67ffd8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -966,14 +966,13 @@
{
"name": "theme",
"optional": true,
"type": "string",
"description": "The name of the theme to be applied."
"type": "string"
},
{
"name": "newTheme",
"optional": true,
"type": "string",
"description": "The name of the new theme to be applied."
"description": "The name of the new theme to be applied. Example 'md-dark-deeppurple'"
},
{
"name": "linkElementId",
Expand Down Expand Up @@ -9804,14 +9803,13 @@
{
"name": "theme",
"optional": true,
"type": "string",
"description": "The name of the theme to be applied."
"type": "string"
},
{
"name": "newTheme",
"optional": true,
"type": "string",
"description": "The name of the new theme to be applied."
"description": "The name of the new theme to be applied. Example 'md-dark-deeppurple'"
},
{
"name": "linkElementId",
Expand Down

0 comments on commit a67ffd8

Please sign in to comment.