banira
Home
Docs
CLI
GitHub
Preparing search index...
ScopedShadowHost
Interface ScopedShadowHost
A host element that can open a shadow root (optionally with a scoped registry).
interface
ScopedShadowHost
{
attachShadow
(
init
:
ShadowRootInit
&
{
registry
?:
RegistryLike
}
,
)
:
ShadowRoot
;
}
Index
Methods
attach
Shadow
Methods
attach
Shadow
attachShadow
(
init
:
ShadowRootInit
&
{
registry
?:
RegistryLike
}
)
:
ShadowRoot
Parameters
init
:
ShadowRootInit
&
{
registry
?:
RegistryLike
}
Returns
ShadowRoot
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
attach
Shadow
Home
Docs
CLI
GitHub
banira
Loading...
A host element that can open a shadow root (optionally with a scoped registry).