We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11be78f commit 55f99b5Copy full SHA for 55f99b5
tools/public_api_guard/material/menu.md
@@ -110,6 +110,7 @@ export class _MatMenuBase implements AfterContentInit, MatMenuPanel<MatMenuItem>
110
// @deprecated
111
readonly close: EventEmitter<MenuCloseReason>;
112
readonly closed: EventEmitter<MenuCloseReason>;
113
+ _directDescendantItems: QueryList<MatMenuItem>;
114
direction: Direction;
115
// (undocumented)
116
protected _elevationPrefix: string;
0 commit comments