SelectStartEvent
Arguments for the selectStart
event.
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
axis | The target axis options. | ||
from | any | The lower boundary of the selected range. | |
sender | The | ||
to | any | The upper boundary of the selected range. |
Methods
isDefaultPrevented | |
---|---|
Returns |
Returns | |
---|---|
boolean |
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |