Behavior trigger event options.
Static Properties
| Name | Description |
|---|---|
| MOUSE_DOWN | Triggers the behavior when the mouse button is clicked (without being released). |
| MOUSE_ENTER | Triggers the behavior when the mouse pointer enters the area defined by the bounding box of the object. |
| MOUSE_EXIT | Triggers the behavior when the mouse pointer exits the area defined by the bounding box of the object. |
| MOUSE_UP | Triggers the behavior when the mouse is released after a click. |
| ON_BLUR | Triggers the behavior when the focus moves to a different interactive object. |
| ON_FOCUS | Triggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key. |