StyleSheet

open class StyleSheet(source)

An object implementing the StyleSheet interface represents a single style sheet.

MDN Reference

Inheritors

Properties

Link copied to clipboard

The disabled property of the applying to the document.

Link copied to clipboard
val href: String?

The href property of the StyleSheet interface returns the location of the style sheet.

Link copied to clipboard

The media property of the StyleSheet interface specifies the intended destination media for style information.

Link copied to clipboard

The ownerNode property of the with the document.

Link copied to clipboard

The parentStyleSheet property of the the given style sheet.

Link copied to clipboard

The title property of the StyleSheet interface returns the advisory title of the current style sheet.

Link copied to clipboard

The type property of the StyleSheet interface specifies the style sheet language for the given style sheet.