The disabled property of the StyleSheet interface determines whether the style sheet is prevented from applying to the document.
ReadonlyhrefThe href property of the StyleSheet interface returns the location of the style sheet.
ReadonlyownerThe ownerNode property of the StyleSheet interface returns the node that associates this style sheet with the document.
ReadonlyparentThe parentStyleSheet property of the StyleSheet interface returns the style sheet, if any, that is including the given style sheet.
ReadonlytitleThe title property of the StyleSheet interface returns the advisory title of the current style sheet.
ReadonlytypeThe type property of the StyleSheet interface specifies the style sheet language for the given style sheet.
The read-only media property of the StyleSheet interface contains a MediaList object representing the intended destination media for style information.
An object implementing the
StyleSheetinterface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.MDN Reference