[ type ] ShapeEvent
Description:
Shape event received by the onShapeEvents() and Window.onShapeEvents() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The Panel component that triggered the event. |
|
string | One of |
|
number | X position of the pointer relative to the target component. |
|
number | Y position of the pointer relative to the target component. |
|
number | Index of the shape that triggered the event. |
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
boolean |
|
|
string | Modifiers used when the event was emitted. |
|
string | Description of used modifiers. |
