Whether the menu stack is associated with an inline menu.
()
| 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() { |