Skip to main content
Module

x/evt/mod.ts>dom.StyleSheet

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.StyleSheet
import { type dom } from "https://deno.land/x/evt@v2.4.3/mod.ts";
const { StyleSheet } = dom;

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: Node
readonly
parentStyleSheet: StyleSheet | null
readonly
title: string | null
readonly
type: string