Interface StyleSheet

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

MDN Reference

interface StyleSheet {
disabled : boolean;
href : null | string;
media : MediaList;
ownerNode : null | Element | ProcessingInstruction ;
parentStyleSheet : null | CSSStyleSheet ;
title : null | string;
type : string;
}

Hierarchy (view full)

Properties

disabled

disabled: boolean

Readonlyhref

href: null | string

Readonlymedia

media: MediaList

ReadonlyownerNode

ownerNode: null | Element | ProcessingInstruction

ReadonlyparentStyleSheet

parentStyleSheet: null | CSSStyleSheet

Readonlytitle

title: null | string

Readonlytype

type: string

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /