Menu.isInside method
Menu › isInside
Unofficial
Check whether the clicked element is inside the menu.Signature:
isInside(e: HTMLElement): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| e | HTMLElement | The element to check. |
Returns: boolean — Whether the element is inside the menu.