From e76981eb91d428d1a0dbe0e792a6b99c6b4e2385 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Thu, 2 Jan 2025 18:53:17 +0000 Subject: [PATCH] Update API doc --- components/doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/components/doc/common/apidoc/index.json b/components/doc/common/apidoc/index.json index cb328410e0..c7fd2aaeb2 100644 --- a/components/doc/common/apidoc/index.json +++ b/components/doc/common/apidoc/index.json @@ -52503,6 +52503,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, @@ -53813,6 +53821,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,