Page MenuHomeWickedGov Phorge

CustomEvent.php
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

CustomEvent.php

<?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

Mime Type
text/x-php
Expires
Sat, May 16, 20:10 (2 h, 46 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a3/ed/f0f97ca63a2d7bc3794f0550897c
Default Alt Text
CustomEvent.php (1 KB)

Event Timeline