From 3972ae6e76985ef0395024e318e646c159840985 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Fri, 13 Oct 2023 12:26:16 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 1e0a733fb..f87df58a5 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -51817,7 +51817,13 @@ "methods": [ { "name": "default", - "parameters": [], + "parameters": [ + { + "name": "scope", + "optional": false, + "type": "{\n \t node: TreeNode, // Tree node instance\n }" + } + ], "returnType": "VNode[]", "description": "Default content slot." },