Skip to content

Commit

Permalink
Merge pull request #15683 from can-oezkan/patch-1
Browse files Browse the repository at this point in the history
TreeNode | Fix jsdoc
  • Loading branch information
cetincakiroglu authored May 30, 2024
2 parents b246c59 + 5c9b6a0 commit 76d98fc
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 76d98fc

Please sign in to comment.