We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70b1bd commit 7d84624Copy full SHA for 7d84624
tools/public_api_guard/material/menu.d.ts
@@ -20,6 +20,7 @@ export declare class _MatMenuBase implements AfterContentInit, MatMenuPanel<MatM
20
lazyContent: MatMenuContent;
21
overlapTrigger: boolean;
22
panelClass: string;
23
+ readonly panelId: string;
24
parentMenu: MatMenuPanel | undefined;
25
templateRef: TemplateRef<any>;
26
xPosition: MenuPositionX;
@@ -105,6 +106,7 @@ export interface MatMenuPanel<T = any> {
105
106
hasBackdrop?: boolean;
107
lazyContent?: MatMenuContent;
108
109
+ readonly panelId?: string;
110
parentMenu?: MatMenuPanel | undefined;
111
removeItem?: (item: T) => void;
112
resetActiveItem: () => void;
0 commit comments