From 8ac340df017e174970252d28bec3e5a0bf2d916e Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 26 Sep 2023 12:42:06 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index b878f21fa..12fae68b0 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -12037,7 +12037,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t field: string, // Column field.\n \t filterModel: ColumnFilterModelType, // Filter metadata\n \t filterCallback: () ⇒ void, // Callback function\n}", + "type": "{\n \t field: string, // Column field.\n \t filterModel: ColumnFilterModelType, // Filter metadata\n \t filterCallback: () ⇒ void, // Callback function\n\t applyFilter: () ⇒ void, // Callback function (closes the overlay)\n}", "description": "filter slot's params." } ],