attachShadow method
ShadowRoot
attachShadow(
- ShadowRootInit init
inherited
The Element.attachShadow()
method attaches a shadow DOM tree to the
specified element and returns a reference to its ShadowRoot
.
Implementation
external ShadowRoot attachShadow(ShadowRootInit init);