[ type ] ComponentEvent
Description:
Component event received by the onComponentEvents() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
boolean | Indicates if the event was triggered by user interaction (not programmatically). Present for |
|
number | New X position of the component. |
|
number | New Y position of the component. |
|
number | New width of the component. Present when type is |
|
number | New height of the component. Present when type is |
|
number | New width of the content area. Present for |
|
number | New height of the content area. Present for |
