diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index f17ffa3b5..1db918b3d 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -33694,6 +33694,13 @@ "readonly": false, "type": "TreeState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "TreeContext", + "default": "" } ], "methods": [] @@ -34020,6 +34027,37 @@ ], "methods": [] }, + "TreeContext": { + "description": "Defines current options in Tree component.", + "relatedProp": "", + "props": [ + { + "name": "expanded", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current expanded state of the node as a boolean." + }, + { + "name": "selected", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current selected state of the node as a boolean." + }, + { + "name": "checked", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current checked state of the node as a boolean." + } + ], + "methods": [] + }, "TreeProps": { "description": "Defines valid properties in Tree component.", "relatedProp": "",