[ type ] ActionEvent
Description:
Action event received by the onAction() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | The command string, usually the button text or a custom value set with |
|
number | Keyboard modifiers (bitmask or flags). |
|
boolean | Indicates if ALT key was pressed. |
|
boolean | Indicates if SHIFT key was pressed. |
|
boolean | Indicates if CTRL key was pressed. |
|
string | One of |
|
number | Mouse X position relative to the component. |
|
number | Mouse Y position relative to the component. |
|
number | Mouse X position relative to the screen. |
|
number | Mouse Y position relative to the screen. |
|
boolean | Indicates if the action was triggered by user interaction (not programmatically). |
|
boolean | Indicates selection state when applicable. |
