attachShadow method

ShadowRoot attachShadow(
  1. ShadowRootInit init
)

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);