StyleSheet extension type

An object implementing the StyleSheet interface represents a single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Properties

disabled bool
The disabled property of the StyleSheet interface determines whether the style sheet is prevented from applying to the document.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
href String?
The href property of the StyleSheet interface returns the location of the style sheet.
no setter
media MediaList
The media property of the StyleSheet interface specifies the intended destination media for style information. It is a read-only, array-like MediaList object and can be removed with deleteMedium() and added with appendMedium().
no setter
ownerNode JSObject?
The ownerNode property of the StyleSheet interface returns the node that associates this style sheet with the document.
no setter
parentStyleSheet CSSStyleSheet?
The parentStyleSheet property of the StyleSheet interface returns the style sheet, if any, that is including the given style sheet.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title property of the StyleSheet interface returns the advisory title of the current style sheet.
no setter
type String
The type property of the StyleSheet interface specifies the style sheet language for the given style sheet.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited