Place focus on the first MenuItem in the menu.
(focusOrigin: FocusOrigin)
| 26 | |
| 27 | /** Place focus on the first MenuItem in the menu. */ |
| 28 | focusFirstItem(focusOrigin: FocusOrigin): void; |
| 29 | |
| 30 | /** Place focus on the last MenuItem in the menu. */ |
| 31 | focusLastItem(focusOrigin: FocusOrigin): void; |
no outgoing calls
no test coverage detected