Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>StyleSheet

Deno Standard Extensions
Latest
interface StyleSheet
import { type StyleSheet } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet interface.

Properties

disabled: boolean
readonly
href: string | null
readonly
media: MediaList
readonly
ownerNode: Element | ProcessingInstruction | null
readonly
parentStyleSheet: CSSStyleSheet | null
readonly
title: string | null
readonly
type: string