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 2, 2025
1 parent b8097b0 commit b7c9164
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 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 @@ -23244,6 +23244,14 @@
"default": "",
"description": "Icon of the filter to clear."
},
{
"name": "filterDelay",
"optional": true,
"readonly": false,
"type": "number",
"default": "300",
"description": "Delay in milliseconds before filtering the data."
},
{
"name": "filterIcon",
"optional": true,
Expand Down Expand Up @@ -36344,6 +36352,14 @@
"default": "label",
"description": "When filtering is enabled, filterBy decides which field or fields (comma separated) to search against."
},
{
"name": "filterDelay",
"optional": true,
"readonly": false,
"type": "number",
"default": "300",
"description": "Delay in milliseconds before filtering the data."
},
{
"name": "filterIcon",
"optional": true,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7c9164

Please sign in to comment.