styleSheets property

StyleSheetList get styleSheets

The styleSheets read-only property of the Document interface returns a StyleSheetList of CSSStyleSheet objects, for stylesheets explicitly linked into or embedded in a document.

Implementation

external StyleSheetList get styleSheets;