ShadowRoot:styleSheets 属性

styleSheetsShadowRoot 接口的只读属性,它返回一个 StyleSheetList,其中包含 CSSStyleSheet 对象,用于显式链接到或嵌入到影子树中的样式表。

一个包含 CSSStyleSheet 对象的 StyleSheetList

示例

js
let customElem = document.querySelector("my-shadow-dom-element");
let shadow = customElem.shadowRoot;
let styleSheets = shadow.styleSheets;

规范

规范
CSS 对象模型 (CSSOM)
# dom-documentorshadowroot-stylesheets

浏览器兼容性

BCD 表格仅在启用 JavaScript 的浏览器中加载。