public class CustomEvent<T> extends Event
Event.ComposedPathArrayUnionType, Event.DeepPathFn| Modifier and Type | Field and Description |
|---|---|
T |
detail |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type| Constructor and Description |
|---|
CustomEvent(java.lang.String type) |
CustomEvent(java.lang.String type,
CustomEventInit<T> eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
void |
initCustomEvent(java.lang.String eventType,
boolean bubbles,
boolean cancelable,
T detail) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagationpublic T detail
public CustomEvent(java.lang.String type,
CustomEventInit<T> eventInitDict)
public CustomEvent(java.lang.String type)
public void initCustomEvent(java.lang.String eventType,
boolean bubbles,
boolean cancelable,
T detail)