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 Mar 11, 2024
1 parent 0a8cc7a commit 6a88181
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -45901,6 +45901,15 @@
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get displayed.",
"deprecated": "since 10.5.2 Use 'enterFromClassName' option instead."
},
{
"name": "enterFromClassName",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get displayed."
},
{
Expand Down Expand Up @@ -45933,6 +45942,15 @@
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get hidden.",
"deprecated": "since 10.5.2 Use 'leaveFromClassName' option instead."
},
{
"name": "leaveFromClassName",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Style class to add when item begins to get hidden."
},
{
Expand Down

0 comments on commit 6a88181

Please sign in to comment.