The orientation of the associated inline menu.
()
| 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) { |
no outgoing calls
no test coverage detected