Skip to content

Commit

Permalink
fix(material/tree): updated public api file
Browse files Browse the repository at this point in the history
updated public api file

Fixes #21922
  • Loading branch information
DBowen33 committed Jul 3, 2024
1 parent 6980531 commit 9d74b25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/public_api_guard/cdk/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
// (undocumented)
get isExpanded(): boolean;
// (undocumented)
get isLeafNode(): boolean;
// (undocumented)
get level(): number;
static mostRecentTreeNode: CdkTreeNode<any> | null;
// (undocumented)
Expand Down

0 comments on commit 9d74b25

Please sign in to comment.