Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431195
CustomEvent.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
CustomEvent.php
View Options
<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace
Wikimedia\IDLeDOM
;
/**
* CustomEvent
*
* @see https://dom.spec.whatwg.org/#interface-customevent
*
* @property string $type
* @property EventTarget|null $target
* @property EventTarget|null $srcElement
* @property EventTarget|null $currentTarget
* @property int $eventPhase
* @property bool $cancelBubble
* @property bool $bubbles
* @property bool $cancelable
* @property bool $returnValue
* @property bool $defaultPrevented
* @property bool $composed
* @property bool $isTrusted
* @property float $timeStamp
* @property mixed|null $detail
* @phan-forbid-undeclared-magic-properties
*/
interface
CustomEvent
extends
Event
{
// Direct parent: Event
/**
* @return mixed|null
*/
public
function
getDetail
();
/**
* @param string $type
* @param bool $bubbles
* @param bool $cancelable
* @param mixed|null $detail
* @return void
*/
public
function
initCustomEvent
(
string
$type
,
bool
$bubbles
=
false
,
bool
$cancelable
=
false
,
/* any */
$detail
=
null
):
void
;
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 20:10 (2 h, 34 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a3/ed/f0f97ca63a2d7bc3794f0550897c
Default Alt Text
CustomEvent.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment