Skip to content

Commit

Permalink
Update treenode.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
can-oezkan authored May 23, 2024
1 parent 3d5b78e commit 5c9b6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/api/treenode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface TreeNode<T = any> {
*/
key?: string;
/**
* Mandatory unique key of the node.
* Defines if the node is loading.
*/
loading?: boolean;
}

0 comments on commit 5c9b6a0

Please sign in to comment.