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." } ],