From e6b80b2456386ae1fc813b54f4110e9fd6b87b09 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 28 Nov 2023 09:16:38 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 41c7117e6..f26aef307 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -52786,6 +52786,14 @@ "default": "false", "description": "Specifies if the node has children. Used in lazy loading." }, + { + "name": "loading", + "optional": true, + "readonly": false, + "type": "boolean", + "default": "", + "description": "Specifies the node loading. Used in Tree and TreeTable." + }, { "name": "expandedIcon", "optional": true,