Skip to content

Commit 1395f04

Browse files
committed
fix(material/tree): fix api golden
fix api golden Fixes #21922
1 parent a5b0d1a commit 1395f04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/public_api_guard/cdk/tree.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
125125
protected _elementRef: ElementRef<HTMLElement>;
126126
focus(): void;
127127
// (undocumented)
128-
get isLeafNode(): boolean | null;
128+
get isExpanded(): boolean;
129+
// (undocumented)
130+
get isLeafNode(): boolean;
129131
// (undocumented)
130132
get level(): number;
131133
static mostRecentTreeNode: CdkTreeNode<any> | null;

0 commit comments

Comments
 (0)