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 Jan 28, 2024
1 parent 65fe174 commit 5944db7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -22870,6 +22870,22 @@
"default": "",
"description": "The template of items."
},
{
"name": "loading",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Displays a loader to indicate data load is in progress."
},
{
"name": "loadingIcon",
"optional": true,
"readonly": false,
"type": "IconType<DropdownProps>",
"default": "",
"description": "The icon to show while indicating data load is in progress."
},
{
"name": "maxLength",
"optional": true,
Expand Down

0 comments on commit 5944db7

Please sign in to comment.