PopupEvent
Specifies the event arguments for popup open and close actions in dropdown components.
Props
The following table outlines the props for the PopupEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | MouseEvent<HTMLElement> | KeyboardEvent<HTMLElement> | Event | - | Specifies the event that triggered the popup action. |