styleSheets
Summary
Represents the shadow root style sheets.
Property of dom/shadowdom/ShadowRootdom/shadowdom/ShadowRoot
Syntax
var result = element.styleSheets;
element.styleSheets = value;
Return Value
Returns an object of type StyleSheetListStyleSheetList
On getting, the attribute must return a StyleSheetList sequence containing the shadow root style sheets.