Skip to content

Commit 7d84624

Browse files
committed
update api golden
1 parent a70b1bd commit 7d84624

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/public_api_guard/material/menu.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export declare class _MatMenuBase implements AfterContentInit, MatMenuPanel<MatM
2020
lazyContent: MatMenuContent;
2121
overlapTrigger: boolean;
2222
panelClass: string;
23+
readonly panelId: string;
2324
parentMenu: MatMenuPanel | undefined;
2425
templateRef: TemplateRef<any>;
2526
xPosition: MenuPositionX;
@@ -105,6 +106,7 @@ export interface MatMenuPanel<T = any> {
105106
hasBackdrop?: boolean;
106107
lazyContent?: MatMenuContent;
107108
overlapTrigger: boolean;
109+
readonly panelId?: string;
108110
parentMenu?: MatMenuPanel | undefined;
109111
removeItem?: (item: T) => void;
110112
resetActiveItem: () => void;

0 commit comments

Comments
 (0)