| Class | Description |
|---|---|
| BackgroundColors | |
| CSSComputedStyleProperty | |
| CSSKeyframeRule |
CSS keyframe rule representation.
|
| CSSKeyframesRule |
CSS keyframes rule representation.
|
| CSSMedia |
CSS media rule descriptor.
|
| CSSProperty |
CSS property declaration data.
|
| CSSRule |
CSS rule representation.
|
| CSSStyle |
CSS style representation.
|
| CSSStyleSheetHeader |
CSS stylesheet metainformation.
|
| FontFace |
Properties of a web font:
https://www.w3.org/TR/2008/REC-CSS2-20080411/fonts.html#font-descriptions
|
| InheritedStyleEntry |
Inherited CSS rule collection from ancestor node.
|
| InlineStylesForNode | |
| MatchedStylesForNode | |
| MediaQuery |
Media query descriptor.
|
| MediaQueryExpression |
Media query expression descriptor.
|
| PlatformFontUsage |
Information about amount of glyphs that were rendered with given font.
|
| PseudoElementMatches |
CSS rule collection for a single pseudo style.
|
| RuleMatch |
Match data for a CSS rule.
|
| RuleUsage |
CSS coverage information.
|
| SelectorList |
Selector list data.
|
| ShorthandEntry | |
| SourceRange |
Text range within a resource.
|
| StyleDeclarationEdit |
A descriptor of operation to mutate style declaration text.
|
| Value |
Data for a simple selector (these are delimited by commas in a selector list).
|
| Enum | Description |
|---|---|
| CSSMediaSource |
Source of the media query: "mediaRule" if specified by a @media rule, "importRule" if specified
by an @import rule, "linkedSheet" if specified by a "media" attribute in a linked stylesheet's
LINK tag, "inlineSheet" if specified by a "media" attribute in an inline stylesheet's STYLE tag.
|
| StyleSheetOrigin |
Stylesheet type: "injected" for stylesheets injected via extension, "user-agent" for user-agent
stylesheets, "inspector" for stylesheets created by the inspector (i.e.
|
Copyright © 2020. All rights reserved.