Interface StyleSheet
interface StyleSheet {
disabled: boolean;
href: string;
media: MediaList;
ownerNode: Element | ProcessingInstruction;
parentStyleSheet: CSSStyleSheet;
title: string;
type: string;
}
disabled: boolean;
href: string;
media: MediaList;
ownerNode: Element | ProcessingInstruction;
parentStyleSheet: CSSStyleSheet;
title: string;
type: string;
}
                 
                    
                  Hierarchy
              
              - StyleSheet (View Summary)
A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.
MDN Reference