Skip to content

Commit bff519b

Browse files
committed
fix(material/tree): approved cdk golden
approved cdk golden Fixes #21922
1 parent 94b0ebb commit bff519b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/public_api_guard/cdk/tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class CdkTreeNode<T, K = T> implements FocusableOption, OnDestroy, OnInit
125125
protected _elementRef: ElementRef<HTMLElement>;
126126
focus(): void;
127127
// (undocumented)
128-
get isExpanded(): boolean;
128+
get isLeafNode(): boolean | null;
129129
// (undocumented)
130130
get isLeafNode(): boolean;
131131
// (undocumented)

0 commit comments

Comments
 (0)