CSSStyleSheetHeader Properties |
The CSSStyleSheetHeader type exposes the following members.
Name | Description | |
---|---|---|
Disabled |
Denotes whether the stylesheet is disabled.
| |
EndColumn |
Column offset of the end of the stylesheet within the resource (zero based).
| |
EndLine |
Line offset of the end of the stylesheet within the resource (zero based).
| |
FrameId |
Owner frame identifier.
| |
HasSourceURL |
Whether the sourceURL field value comes from the sourceURL comment.
| |
IsInline |
Whether this stylesheet is created for STYLE tag by parser. This flag is not set for
document.written STYLE tags.
| |
IsMutable | ||
Length |
Size of the content (in characters).
| |
Origin | ||
OwnerNode |
The backend id for the owner node of the stylesheet.
| |
SourceMapURL |
URL of source map associated with the stylesheet (if any).
| |
SourceURL |
Stylesheet resource URL.
| |
StartColumn |
Column offset of the stylesheet within the resource (zero based).
| |
StartLine |
Line offset of the stylesheet within the resource (zero based).
| |
StyleSheetId |
The stylesheet identifier.
| |
Title |
Stylesheet title.
|