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": []