EventTarget.
More...
EventTarget.
- See also
- https://dom.spec.whatwg.org/#interface-eventtarget
-forbid-undeclared-magic-properties
◆ addEventListener()
void Wikimedia\IDLeDOM\EventTarget::addEventListener |
( |
string | $type, |
|
|
| $callback, |
|
|
| $options = null ) |
- Parameters
-
string | $type | |
EventListener | callable | null | $callback | |
AddEventListenerOptions | associative-array | bool | null | $options | |
- Returns
- void
◆ dispatchEvent()
bool Wikimedia\IDLeDOM\EventTarget::dispatchEvent |
( |
| $event | ) |
|
◆ removeEventListener()
void Wikimedia\IDLeDOM\EventTarget::removeEventListener |
( |
string | $type, |
|
|
| $callback, |
|
|
| $options = null ) |
- Parameters
-
string | $type | |
EventListener | callable | null | $callback | |
EventListenerOptions | associative-array | bool | null | $options | |
- Returns
- void
The documentation for this interface was generated from the following file: