* Calls the `doToggle` callback when it is deemed that the user is not moving towards * the submenu. * @param doToggle the function called when the user is not moving towards the submenu.
(doToggle: () => void)
| 39 | * @param doToggle the function called when the user is not moving towards the submenu. |
| 40 | */ |
| 41 | toggle(doToggle: () => void): void; |
| 42 | } |
| 43 | |
| 44 | /** Injection token used for an implementation of MenuAim. */ |
no outgoing calls