Page MenuHomeWickedGov Phorge

ShadowRootInit.php
No OneTemporary

Size
619 B
Referenced Files
None
Subscribers
None

ShadowRootInit.php

<?php
// AUTOMATICALLY GENERATED. DO NOT EDIT.
// Use `composer build` to regenerate.
namespace Wikimedia\IDLeDOM;
/**
* ShadowRootInit
*
* @see https://dom.spec.whatwg.org/#dictdef-shadowrootinit
*
* @property string $mode
* @property bool $delegatesFocus
* @phan-forbid-undeclared-magic-properties
*/
abstract class ShadowRootInit implements \ArrayAccess {
// Dictionary type
use \Wikimedia\IDLeDOM\Helper\ShadowRootInit;
/**
* @return string
*/
abstract public function getMode(): /* ShadowRootMode */ string;
/**
* @return bool
*/
abstract public function getDelegatesFocus(): bool;
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:16 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/13/ab8c026b84bf05fec09e3a4fabd9
Default Alt Text
ShadowRootInit.php (619 B)

Event Timeline