public interface Event
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Event.Detail |
static interface |
Event.Events |
| Modifier and Type | Method and Description |
|---|---|
Event.Detail |
getDetail() |
EventTarget |
getTarget() |
void |
preventDefault()
Cancels the event (if it is cancelable).
|
void |
stopImmediatePropagation()
For this particular event, no other listener will be called.
|
void |
stopPropagation()
Stops the propagation of events further along in the ReactDOM.
|
Event.Detail getDetail()
EventTarget getTarget()
void preventDefault()
void stopImmediatePropagation()
void stopPropagation()