IDLeDOM
DOM interfaces automatically generated from WebIDL
|
Public Member Functions | |
mixed null | getDetail () |
void | initCustomEvent (string $type, bool $bubbles=false, bool $cancelable=false, $detail=null) |
Public Member Functions inherited from Wikimedia\IDLeDOM\Event | |
string | getType () |
EventTarget null | getTarget () |
EventTarget null | getSrcElement () |
EventTarget null | getCurrentTarget () |
list< EventTarget > | composedPath () |
int | getEventPhase () |
void | stopPropagation () |
bool | getCancelBubble () |
setCancelBubble (bool $val) | |
void | stopImmediatePropagation () |
bool | getBubbles () |
bool | getCancelable () |
bool | getReturnValue () |
setReturnValue (bool $val) | |
void | preventDefault () |
bool | getDefaultPrevented () |
bool | getComposed () |
bool | getIsTrusted () |
float | getTimeStamp () |
void | initEvent (string $type, bool $bubbles=false, bool $cancelable=false) |
Additional Inherited Members | |
Public Attributes inherited from Wikimedia\IDLeDOM\Event | |
const | NONE = 0 |
const | CAPTURING_PHASE = 1 |
const | AT_TARGET = 2 |
const | BUBBLING_PHASE = 3 |
mixed null Wikimedia\IDLeDOM\CustomEvent::getDetail | ( | ) |
void Wikimedia\IDLeDOM\CustomEvent::initCustomEvent | ( | string | $type, |
bool | $bubbles = false, | ||
bool | $cancelable = false, | ||
$detail = null ) |
string | $type | |
bool | $bubbles | |
bool | $cancelable | |
mixed | null | $detail |