From e91e977a6237742eac3cf9ff542c4e612479d344 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 19 Jul 2023 12:58:03 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 716806a0c..1dcad6297 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -42389,6 +42389,14 @@ "description": "Defines current options in Tree component.", "relatedProp": "", "props": [ + { + "name": "index", + "optional": false, + "readonly": false, + "type": "number", + "default": "", + "description": "Index of the node." + }, { "name": "expanded", "optional": false, @@ -42412,6 +42420,14 @@ "type": "boolean", "default": "false", "description": "Current checked state of the node as a boolean." + }, + { + "name": "leaf", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current leaf state of the node as a boolean." } ], "methods": []