BehaviorEvents
Behavior trigger event options.
Class
Read Only
Number MOUSE_UP = 1836410230
Triggers the behavior when the mouse is released after a click.
Read Only
Number MOUSE_DOWN = 1835296118
Triggers the behavior when the mouse button is clicked (without being released).
Read Only
Number MOUSE_ENTER = 1835361654
Triggers the behavior when the mouse pointer enters the area defined by the bounding box of the object.
Read Only
Number MOUSE_EXIT = 1836606838
Triggers the behavior when the mouse pointer exits the area defined by the bounding box of the object.
Read Only
Number ON_FOCUS = 1868981622
Triggers the behavior when the object receives focus, either through a mouse action or by pressing the Tab key.
Read Only
Number ON_BLUR = 1868719478
Triggers the behavior when the focus moves to a different interactive object.