()
| 136 | * Get the instance of the opened menu. Returns `null` if a menu is not found. |
| 137 | */ |
| 138 | const getOpen = async (): Promise<HTMLIonMenuElement | undefined> => { |
| 139 | await waitUntilReady(); |
| 140 | return _getOpenSync(); |
| 141 | }; |
| 142 | |
| 143 | /** |
| 144 | * Get all menu instances. |
no test coverage detected