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

Method inlineMenuOrientation

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

The orientation of the associated inline menu.

()

Source from the content-addressed store, hash-verified

196
197 /** The orientation of the associated inline menu. */
198 inlineMenuOrientation() {
199 return this._inlineMenuOrientation;
200 }
201
202 /** Sets whether the menu stack contains the focused element. */
203 setHasFocus(hasFocus: boolean) {

Callers 2

_backArrowPressedMethod · 0.80
_forwardArrowPressedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected