Update API doc

pull/4172/head
GitHub Actions Bot 2023-07-19 12:58:03 +00:00
parent 4532253422
commit e91e977a62
1 changed files with 16 additions and 0 deletions

View File

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