[ type ] PopupEvent
Description:
Popup list event received by the onPopupEvents() handler callback in ComboBox, Menu and ContextMenu components.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
number | Component's X position relative to invoker. For |
|
number | Component's Y position relative to invoker. For |
|
boolean | Indicates if the popup was triggered by user's interaction (not programmatically). |
|
number | X position of a |
|
number | Y position of a |
|
object | UI Component that invoked the popup, or |
