Options
All
  • Public
  • Public/Protected
  • All
Menu

A single CSS rule. There are several types of rules, listed in the Type constants section below.

Hierarchy

Index

Properties

CHARSET_RULE

CHARSET_RULE: number

FONT_FACE_RULE

FONT_FACE_RULE: number

IMPORT_RULE

IMPORT_RULE: number

KEYFRAMES_RULE

KEYFRAMES_RULE: number

KEYFRAME_RULE

KEYFRAME_RULE: number

MEDIA_RULE

MEDIA_RULE: number

NAMESPACE_RULE

NAMESPACE_RULE: number

PAGE_RULE

PAGE_RULE: number

STYLE_RULE

STYLE_RULE: number

SUPPORTS_RULE

SUPPORTS_RULE: number

UNKNOWN_RULE

UNKNOWN_RULE: number

VIEWPORT_RULE

VIEWPORT_RULE: number

cssText

cssText: string

parentRule

parentRule: CSSRule | null

parentStyleSheet

parentStyleSheet: CSSStyleSheet | null

type

type: number

Generated using TypeDoc