From 6df07dfe1e722f9a2dc525b1f85756c53347d7d7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 19 Mar 2024 11:03:34 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 384834d2d..7975b2a6d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -20104,9 +20104,9 @@ "name": "globalFilterFields", "optional": true, "readonly": false, - "type": "string[]", + "type": "(string | Function)[]", "default": "", - "description": "Fields for global filter" + "description": "An array of fields as string or function to use in global filtering." }, { "name": "filterLocale",