Update API doc
parent
4532253422
commit
e91e977a62
|
@ -42389,6 +42389,14 @@
|
||||||
"description": "Defines current options in Tree component.",
|
"description": "Defines current options in Tree component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "index",
|
||||||
|
"optional": false,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "number",
|
||||||
|
"default": "",
|
||||||
|
"description": "Index of the node."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "expanded",
|
"name": "expanded",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
|
@ -42412,6 +42420,14 @@
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"default": "false",
|
"default": "false",
|
||||||
"description": "Current checked state of the node as a boolean."
|
"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": []
|
"methods": []
|
||||||
|
|
Loading…
Reference in New Issue