Page MenuHomeWickedGov Phorge

AddEventListenerOptions.php
No OneTemporary

Size
793 B
Referenced Files
None
Subscribers
None

AddEventListenerOptions.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* AddEventListenerOptions
*
* @see https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions
*
* @property bool $capture
* @property bool $passive
* @property bool $once
* @property AbortSignal $signal
* @phan-forbid-undeclared-magic-properties
*/
abstract class AddEventListenerOptions extends EventListenerOptions {
// Dictionary type
// Direct parent: EventListenerOptions
use \Wikimedia\IDLeDOM\Helper\AddEventListenerOptions;
/**
* @return bool
*/
abstract public function getPassive(): bool;
/**
* @return bool
*/
abstract public function getOnce(): bool;
/**
* @return AbortSignal
*/
abstract public function getSignal();
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Jul 3, 20:13 (1 d, 20 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
63/2a/a76d52b7dff4a2697c0b3ea3fe8b
Default Alt Text
AddEventListenerOptions.php (793 B)

Event Timeline