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 StyleSheet interface determines whether the style sheet is prevented from 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 StyleSheet interface returns the node that associates this style sheet with the document.

Link copied to clipboard

The parentStyleSheet property of the StyleSheet interface returns the style sheet, if any, that is including 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.