Property |
Type |
Description |
|
$bubbles |
unknown_type |
Returns a boolean indicating whether the event bubbles up through the DOM or not. |
|
$cancelable |
unknown_type |
Returns a boolean indicating whether the event is cancelable. |
|
$currentTarget |
unknown_type |
Returns a reference to the currently registered target for the event. |
|
$data |
|
|
|
$detail |
unknown_type |
Returns detail about the event, depending on the type of event. |
|
$eventPhase |
unknown_type |
NOT IMPLEMENTED |
|
$explicitOriginalTarget |
unknown_type |
NOT IMPLEMENTED |
|
$originalTarget |
unknown_type |
NOT IMPLEMENTED |
|
$relatedTarget |
unknown_type |
Identifies a secondary target for the event. |
|
$runDefault |
|
|
|
$target |
unknown_type |
Returns a reference to the target to which the event was originally dispatched. |
|
$timeStamp |
unknown_type |
Returns the time that the event was created. |
|
$type |
|
Returns the name of the event (case-insensitive). |
|