Gets the open menu, or undefined if no menu is open.
()
| 60 | export interface Toggler { |
| 61 | /** Gets the open menu, or undefined if no menu is open. */ |
| 62 | getMenu(): Menu | undefined; |
| 63 | } |
| 64 | |
| 65 | /** Calculate the slope between point a and b. */ |
no outgoing calls
no test coverage detected