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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>CSSStyleSheet

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface CSSStyleSheet
implements StyleSheet
import { type CSSStyleSheet } from "https://deno.land/x/windmill@v1.298.0/node_modules/evt/lib/types/lib.dom.d.ts";

A single CSS style sheet. It inherits properties and methods from its parent, StyleSheet.

Properties

readonly
cssRules: CSSRuleList
deprecated
cssText: string
readonly
deprecated
id: string
readonly
deprecated
imports: StyleSheetList
readonly
deprecated
isAlternate: boolean
readonly
deprecated
isPrefAlternate: boolean
readonly
ownerRule: CSSRule | null
readonly
deprecated
owningElement: Element
readonly
deprecated
pages: any
readonly
deprecated
readOnly: boolean
readonly
rules: CSSRuleList

Methods

deprecated
addImport(bstrURL: string, lIndex?: number): number
deprecated
addPageRule(
bstrSelector: string,
bstrStyle: string,
lIndex?: number,
): number
addRule(
bstrSelector: string,
bstrStyle?: string,
lIndex?: number,
): number
deleteRule(index?: number): void
insertRule(rule: string, index?: number): number
deprecated
removeImport(lIndex: number): void
removeRule(lIndex: number): void