Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4107612
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
Tue, Aug 18, 20:08 (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
e6/59/365f270c3d174d02af064fad45f0
Default Alt Text
CustomEvent.php (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment