Skip to content

Commit a2a3425

Browse files
committed
fix(material/tree): updated public api file
updated public api file Fixes #21922
1 parent 9423d74 commit a2a3425

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/public_api_guard/cdk/tree.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
127127
// (undocumented)
128128
get isExpanded(): boolean;
129129
// (undocumented)
130+
get isLeafNode(): boolean;
131+
// (undocumented)
130132
get level(): number;
131133
static mostRecentTreeNode: CdkTreeNode<any> | null;
132134
// (undocumented)

0 commit comments

Comments
 (0)