Element.ShadowRoot

Element.ShadowRoot property

Returns shadowRoot stored on this element or null if it’s closed.

public ShadowRoot ShadowRoot { get; }

Property Value

The shadowRoot.

See Also