Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 46d5b91

Browse files
author
kadiryazici
committed
Update description
1 parent ddc3874 commit 46d5b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/guide/props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
| label <small>**(required)**</small> | string | Used to display the option. |
1515
| checked | boolean | Determines whether the node is selected. |
1616
| expanded | boolean | Determines whether the node is expanded. |
17-
| hidden | boolean | Used to hide the row. |
17+
| hidden | boolean | Determines whether the node is hidden. |
1818
| nodes | Array | Array of node objects. |
1919

2020
### `indentSize`

src/lib/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export interface TreeNode {
2525
*/
2626
nodes?: TreeNode[];
2727
/**
28-
* Used to hide the row.
28+
* Determines whether the node is hidden.
2929
*/
3030
hidden?: boolean;
3131
}

0 commit comments

Comments
 (0)