diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 598389af2..beb566fcc 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -13923,7 +13923,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t data: any, // Row data.\n \t node: any, // Row node data.\n \t column: ColumnNode, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorInitCallback: (event: Event) ⇒ void, // Callback function\n}",
+ "type": "{\n \t data: any, // Row data.\n \t node: any, // Row node data.\n \t column: ColumnNode, // Column node.\n \t field: string, // Column field.\n \t index: number, // Row index.\n \t frozenRow: boolean, // Whether the row is frozen.\n \t editorInitCallback: (event: Event) ⇒ void, // Editor init callback function\n\t rowTogglerCallback: (event: Event) ⇒ void, // Row toggler callback unction\n}",
"description": "body slot's params."
}
],