MCPcopy Create free account
hub / github.com/angular/components / hasInlineMenu

Method hasInlineMenu

src/cdk/menu/menu-stack.ts:193–195  ·  view source on GitHub ↗

Whether the menu stack is associated with an inline menu.

()

Source from the content-addressed store, hash-verified

191
192 /** Whether the menu stack is associated with an inline menu. */
193 hasInlineMenu() {
194 return this._inlineMenuOrientation != null;
195 }
196
197 /** The orientation of the associated inline menu. */
198 inlineMenuOrientation() {

Callers 1

_backArrowPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected