Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>StyleSheet

Advanced Web Composition for Future
Latest
interface StyleSheet
import { type StyleSheet } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

A single style sheet. CSS style sheets will further implement the more specialized CSSStyleSheet export 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